-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
feat(openapi-react-query): support for useInfiniteQuery() #2117
Conversation
👷 Deploy request for openapi-ts pending review.Visit the deploys page to approve it
|
🦋 Changeset detectedLatest commit: bb9b4ad The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
May I have some reviews, please? @HagenMorano @kerwanp @drwpow @tommymarshall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This looks great. If you could just rebase off main
I’d be happy to merge & release this.
0b7e226
to
bb9b4ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
Changes
close #1828
I added useInfiniteQuery() to openapi-react-query.
How to Review
Any feedback is welcome. I'll review it and make updates!
Checklist
docs/
updated (if necessary)pnpm run update:examples
run (only applicable for openapi-typescript)This is a continuation work of #1881