Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork552
fix(openapi-react-query): update peer dependency @tanstack/react-query to ^5.80.0 and fix type error in UseInfiniteQueryOptions#2353
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
netlifybot commentedJun 9, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
👷 Deploy request foropenapi-ts pending review.Visit the deploys page to approve it
|
changeset-botbot commentedJun 9, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
…y to ^5.80.0 and fix type error in UseInfiniteQueryOptions
620a786
to255d5d0
Compare
Changes
Fixes breaking type changes in @tanstack/react-query 5.80.0 releasehttps://github.com/TanStack/query/releases/tag/v5.80.0
Commit with breaking changes:TanStack/query@efa963d
Guys from tanstack removed 4th generic parameter (TQueryFnData) which led to a type error in Options in UseInfiniteQueryMethod type
What does this PR change? Link to any related issue(s).
How to Review
How can a reviewer review your changes? What should be kept in mind for this review?
Checklist
docs/
updated (if necessary)pnpm run update:examples
run (only applicable for openapi-typescript)