-
hi all! I'm trying to implement drag and drop. I took code from the story example, but I can't get the drag icon to show up, and whenever I make a non-paragraph block I get the error "Invariant Violation: Expected drag drop context". Can anyone help, or have a working implementation of drag and drop that I can take a look at? Here a sandbox with my code: https://codesandbox.io/s/zealous-yalow-i4kk5?file=/src/App.tsx Relevant code:
|
Beta Was this translation helpful? Give feedback.
Answered by
zbeyens
Jun 21, 2021
Replies: 1 comment
-
This can happen when the local react-dnd version mismatch the plugin one |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zbeyens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can happen when the local react-dnd version mismatch the plugin one