fix(deps): update dependency @udecode/plate to v19.1.1 (#424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
This commit is contained in:
renovate[bot]
2023-01-24 16:19:12 -05:00
committed by GitHub
parent bc7bee9ca7
commit 3421f1012d
3 changed files with 457 additions and 374 deletions

View File

@ -39,7 +39,7 @@ const ColorPickerToolbarDropdown: FC<ColorPickerToolbarDropdownProps> = ({
const type = getPluginType(editorRef, pluginKey);
const color = editorRef && getMark(editorRef, type);
const color = editorRef && (getMark(editorRef, type) as string);
const [selectedColor, setSelectedColor] = useState<string>();