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
fix(DnD): dragAndDrop EventWrapper.js error: cannot add property 'X', object is not extensible
* Fix dragAndDrop EventWrapper.js error: cannot add property 'X', object is not extensible
Fix for error: cannot add property 'X', object is not extensible
An error appears when trying to modify this.props. The solution is to create a copy of the props using JSON.parse() and JSON.stringify()
https://stackoverflow.com/questions/55567386/react-cannot-add-property-x-object-is-not-extensible
* Update EventWrapper.js
---------
Co-authored-by: martinvu-dev <[email protected]>
0 commit comments