Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork552
feat(openapi-react-query): Add query client to create client#2292
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?
feat(openapi-react-query): Add query client to create client#2292
Uh oh!
There was an error while loading.Please reload this page.
Conversation
👷 Deploy request foropenapi-ts pending review.Visit the deploys page to approve it
|
🦋 Changeset detectedLatest commit:23d593d 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 |
jean-smaug left a comment
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.
👏
Think it should fix#2266
Changes
This PR is similar to#1814, but instead of adding the query client each time we call useQuery/useMutation/useSuspenseQuery/useInfiniteQuery, we pass the queryClient to the createClient once and for all. It is still possible to pass an other queryClient to those methods to override the default one if needed.
How to Review
Create a client by passing a queryClient, check that it is this client that is used instead of the default one.
Checklist
docs/
updated (if necessary)pnpm run update:examples
run (only applicable for openapi-typescript)