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
When moving an item to a different container, the toIndex property can be incorrect (maybe when moving over different items on the target list before releasing?)
When moving an item to a different container, the toIndex property can be incorrect (maybe when moving over different items on the target list before releasing?)
Below, toIndex should be
1
but it is3
.https://codesandbox.io/s/muuri-react-toindex-ku5fb?file=/utils.js
Thanks!
The text was updated successfully, but these errors were encountered: