-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
React v19 support #476
Comments
We haven't tested the library with react 19, though it probably won't have any problems assuming react-query doesn't have any react 19 issues. @rinarakaki have you noticed any specific issues when using react 19 and the 2.0 rc releases? |
I haven't had any problems so far. Also better to try the latest rc.3 so could you please resolve #481? |
Hey, can you elaborate on how is this issue completed? I still see that "react": "^18.3.1",
"react-dom": "^18.3.1", |
Let's reopen this as "React v19 support". I think it's possible to relax the peer dependency constraint to include the v19 rc to make it easier for users to try out. I'm not sure TanStack Query works well with the new |
Fixed and released in 2.0.1 |
Thanks! |
Would we include react v19rc support in the upcoming v2? #475
The text was updated successfully, but these errors were encountered: