-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot read property 'parentNode' of null #680
Comments
Also occurs during drag over page, when some element removed from the DOM while dragging over it. |
Fixed in temporary package dragula-fixed |
Here you go [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases during drag occurs next error inside dragula:
Situation occurs because of
target
is removed from DOM during the drag (it's custom reaction of drag container to drag over). It's needed to add null check there."dragula": "^3.7.3",
"react-dragula": "^1.1.17",
The text was updated successfully, but these errors were encountered: