redux-ui
redux-ui copied to clipboard
react, react-redux and redux should be expressed as 'peerDependencies' in package.json
I have a react native project which was built using [email protected]. This has [email protected] as a dependency. redux-ui should be including this under peerDependencies in package.json and should allow for a wider range of react versions so that the module will just use the canonical version being used by the dependant project. I get this error otherwise:
https://facebook.github.io/react/warnings/refs-must-have-owner.html
@tonyhb is it possible to tag a version with this in? It's breaking certain tests for me in enzyme during a react upgrade