As seen in the attached video clip, I can move the items in container A to B without any problem. But if the speed of my drag increase, the list in the over container starts to behave abnormally. I tried the example multi container story but didn't capture this type of behavior.
Once the list items start to jump all over the place, if click on an item, it immediately switch place with another one, as the argument {over} is now not itself even in dragStart.
Sandbox: https://codesandbox.io/s/eloquent-kirch-t9r13j?file=/Dnd.js
Really appreciate any helps. Cheers