Upon updating to React 16, and running yarn check I get the following errors:
error "react-notification-system-redux#react@^0.14 || ^15.0.0-rc || ^15.0" doesn't satisfy found match of "react@16.0.0"
error "react-notification-system-redux#react-dom@^0.14 || ^15.0.0-rc || ^15.0" doesn't satisfy found match of "react-dom@16.0.0"
It would be nice if you can include react and react-dom 16 in your package.json peerDependencies as well if possible.
Upon updating to React 16, and running
yarn check
I get the following errors:It would be nice if you can include
react
andreact-dom
16 in your package.json peerDependencies as well if possible.