We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand peerDependency to also include react above v17
Dependency tree error in latest versions of node/npm
The text was updated successfully, but these errors were encountered:
Encountering this as well, any update?
Sorry, something went wrong.
I found this problem too, a possible fix to improve support also to React 18 must be:
https://github.com/callstack/react-theme-provider/blob/master/package.json#L54
Change to:
{ "peerDependencies": { "react": "^16.3.0 || ^17.0.2 || ^18.0.0", } }
also this with combination of issue #144
No branches or pull requests
Describe the feature
Expand peerDependency to also include react above v17
Motivation
Dependency tree error in latest versions of node/npm
The text was updated successfully, but these errors were encountered: