clauderic / react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://clauderic.github.io/react-sortable-hoc/
MIT License
10.77k stars 978 forks source link

items returning to original position after dragging #835

Open repzlaw opened 2 years ago

repzlaw commented 2 years ago

the animation and sorting works fine for my functional components when trying to sort but once i release the item i tried to sort, it returns back to its origin position. please any help?

PedroHBessa commented 2 years ago

same here.

RobinYzewyn commented 2 years ago

I have the same problem

repzlaw commented 2 years ago

try using arrow function to declare your component