-
-
Notifications
You must be signed in to change notification settings - Fork 477
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() #1881
base: main
Are you sure you want to change the base?
Conversation
|
Is there any reason not to introduce this? |
@tommymarshall @jungwoo3490 this pull request does not seem to be ready to be merged as tests are still failing. And with the latest changes it now has conflicts with main branch. I would be happy to review a pull request introducing those changes with successful tests and resolved conflicts. |
Looks like it it's a build error with existing code -- worth re-running or getting the branch up-to-date @jungwoo3490 ? |
@kerwanp @tommymarshall |
Thank you for helping out @jungwoo3490! |
da3a024
to
5b61eea
Compare
Changes
close #1828
I added
useInfiniteQuery()
toopenapi-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)