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
Everything works fine for me in v6.0.3 but as soon as I use 6.0.4 or above, I get the error mentioned above.
I've tried 6.1.x as well but the issue is still present. It seems to be due to the changes made in this commit: 362cbd5
Spreading (as done in 6.0.3) seems to work fine but Object.assign won't work.
Note:
My data is from immer so that could be related.
It seems kind of strange that react-sortable (or sortable?) is adding extra keys to the list of objects passed into the props. It feels like it could create bugs easily.