You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
@JHCover@Reg93 It looks like using a group of multiple lists will NOT work with the Swap plugin. You have to the disable Swap plugin, unfortunately. (I would consider this as a bug, as theoretically it should work.)
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?
The text was updated successfully, but these errors were encountered: