SortableJS / react-sortablejs

React bindings for SortableJS
http://sortablejs.github.io/react-sortablejs/
MIT License
1.98k stars 206 forks source link

fix(react-sortable.jsx): object is not extensible while using with redux-toolkit #275

Closed mohan-bitla closed 1 year ago

mohan-bitla commented 1 year ago

When using with @redux-toolkit, the Object(item).isFrozen(). It throws an error as the object is not extensible.

maksim-chekrishov commented 1 year ago

@andresin87 please merge this PR