Please only use GitHub issues for bug reports and feature requests.
In some cases during drag occurs next error inside dragula:
dragula.js:563 Uncaught TypeError: Cannot read property 'parentNode' of null
at getParent (dragula.js:563)
at getImmediateChild (dragula.js:449)
at HTMLHtmlElement.drag (dragula.js:388)


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",
In some cases during drag occurs next error inside dragula:
Situation occurs because of
targetis 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",