Issue with slate v0.6.2+: crash when using createPortal
from react-dom
.
#885
-
There is a known issue with Slate v0.6.2+ when instantiating an editor in a Portal. Here is a workaround:
But if I downgrade Slate to 0.6.1, then Plate won't work. And it won't work if I manually edit the file because my CI pipeline will build a clean project. Any idea how I can temporarily disable this error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We indeed need 0.63.0 for dnd support. Temporarily forking slate with the mentioned fix seems to be the easiest. cc @dylans |
Beta Was this translation helpful? Give feedback.
We indeed need 0.63.0 for dnd support. Temporarily forking slate with the mentioned fix seems to be the easiest.
cc @dylans