react-sortablejs
react-sortablejs copied to clipboard
I'm having difficulty swaping items between two lists in a group.
The items will swap positions with each other if they're in the same list, but when I try to swap items, using the swap plugin, between two lists I get this error: NotFoundError: Node.insertBefore: Child to insert before is not a child of this node
here's an example: https://codesandbox.io/s/stupefied-bash-g3kww?file=/src/App.js
Am I doing something wrong or is this not possible at the moment?
I also have a problem with Swap. It works incorrect between groups, but inside groups it works right. In console levels are right, but it renders wrong.
https://codesandbox.io/s/relaxed-wing-j49qd7?file=/src/App.js