Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information