react-sortablejs
react-sortablejs copied to clipboard
[bug] animation prop on ReactSortable not animating React Bootstrap button
Describe the bug
Adding the animation prop to a ReactSortable component does not
To Reproduce Steps to reproduce the behavior:
- Create a
ReactSortablecomponent with propanimation={200} - Map a list of objects to React Bootstrap buttons for each object as the
ReactSortablechildren
Expected behavior Buttons should animate when dragged / re-ordered
Information Buttons do not animate at all.
Versions - react-sortablejs = ^2.0.11 react = ^16.13.1
Additional context Seen from: https://github.com/park-junha/WhereTo/commit/10b3fb8bd17d930ffe04b3bba3313dd41b78c18c
Feel free to clone this locally and see the issue for yourselves!