react-sortable-tree
react-sortable-tree copied to clipboard
Drag onto nodes own children will cause error
on codesandbox its all fine but once copy onto the local React will be error.
Drag a node onto its own children will get this: TypeError: Cannot read property 'path' of null
Chrome will get this error. Opera is fine.
I see the same issue
I'm facing the same issue ....and its even overriding the validation of canNodeHaveChildren
.
any workaround or solution for this??
resolved?
resolved?
Same issue