You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
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:
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
The text was updated successfully, but these errors were encountered: