Then I run npm i, the node_modules/react-toastr/node_modules/react-dom is installed, this means npm install a react-dom 15.6 for react-toastr. So, when I run my app, it is crashed, but if I remove the dir node_modules/react-toastr/node_modules/, everything runs well.
I hope you to publish a new version to support React 16, in fact, I think all the code runs well on React 16, only need to change the package.json
When I set my package.json like this:
Then I run
npm i
, thenode_modules/react-toastr/node_modules/react-dom
is installed, this means npm install areact-dom 15.6
forreact-toastr
. So, when I run my app, it is crashed, but if I remove the dirnode_modules/react-toastr/node_modules/
, everything runs well.I hope you to publish a new version to support React 16, in fact, I think all the code runs well on React 16, only need to change the
package.json