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
https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5
Seems like the only change for us is to use the object format everywhere ref
- useQuery(key, fn, options) + useQuery({ queryKey, queryFn, ...options })
This seems to be compatible with @tanstack/react-query@v4 so we can do this without it being a breaking change.
The text was updated successfully, but these errors were encountered:
feat(code-gen): generate RQ5 like object arguments while staying on RQ4
1276993
References #2644
e4862f3
No branches or pull requests
https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5
Seems like the only change for us is to use the object format everywhere ref
This seems to be compatible with @tanstack/react-query@v4 so we can do this without it being a breaking change.
The text was updated successfully, but these errors were encountered: