This example illustrates issue #160 in react-modal
The error is:
Uncaught TypeError: Cannot delete property 'ref' of #<Object>
To reproduce, clone the repo and follow these steps:
npm install
./node_modules/webpack/bin/webpack.js
- open
index.html
and look in the console
Thank you in advance for fixing, react-modal team!