8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 8000 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
React 18 is fine with react-query, but peerDeps suggest precise versions are needed here: https://github.com/rescriptbr/react-query/blob/master/package.json#L19-L20
Recommend to use a looser peerDependency semver range. e.g. >=17
>=17
The text was updated successfully, but these errors were encountered:
oh, thanks for reporting! I'll update the peerDeps field.
Sorry, something went wrong.
v0.0.2 just released with the correct peerDependencies. Please let me know if you need something.
No branches or pull requests
Problem
React 18 is fine with react-query, but peerDeps suggest precise versions are needed here: https://github.com/rescriptbr/react-query/blob/master/package.json#L19-L20
Discussion
Recommend to use a looser peerDependency semver range. e.g.
>=17
The text was updated successfully, but these errors were encountered: