-
Hi. I have been trying to use with the First off, since EditablePlugins wraps slate's Editable i assumed that i could use my existing function, something simple found on slates docs.
Something like that... Ok well that broke and then i realized i needed an array. so i wrapped this in an array...
Long story short is i can not use renderElement along with plugins... if i exclude plugins prop... then it works... but that kind of defeats the point. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See the docs in storybook
You should not return a default element, |
Beta Was this translation helpful? Give feedback.
See the docs in storybook
You should not return a default element,
EditablePlugins
will take care of that