Draggable Type Error in V34 #3264
Unanswered
ollymarkey
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Probably you need Selection plugin |
Beta Was this translation helpful? Give feedback.
2 replies
-
template source code not sync right now. you can refer to the platejs.org source code for now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This a unknown issue should not calling the editor.addrowSlection for users not install selection plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am admittedly a fairly green developer, but I ran into an issue when trying to implement the draggable plugin for plate. I followed the documentation which got the drag and drop functionality to work with the paragraph, node id and dnd plugins, however I was getting a type error in the browser after I had 'dragged and dropped' a block/element:
I compared my code to the plate-playground-template (Extremely awesome resource) and the only difference I could find was the package versions. I rolled back my @udecode/plate- deps to match the playground-template (30.1.2) and this fixed the error.
My question is, did the implementation of the dnd plugin change in v34, or is this a known issue, or is it an unknown issue and how can I raise a fix for it 😅
Thanks so much in advance !
Beta Was this translation helpful? Give feedback.
All reactions