redux-ui icon indicating copy to clipboard operation
redux-ui copied to clipboard

react, react-redux and redux should be expressed as 'peerDependencies' in package.json

Open grubstarstar opened this issue 8 years ago • 1 comments

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

grubstarstar avatar Jul 31 '17 04:07 grubstarstar

@tonyhb is it possible to tag a version with this in? It's breaking certain tests for me in enzyme during a react upgrade

j4k avatar Sep 27 '17 18:09 j4k