Skip to content
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(react-query): add prefixQueryKey to createClient #2004

Closed
wants to merge 1 commit into from

Conversation

jeiea
Copy link

@jeiea jeiea commented Nov 14, 2024

Background

Close #1979.

Changes

  • Added a prefixQueryKey parameter to differentiate cache identities.

How to Review

I haven't changed the documentation, but if you think it's necessary, please comment.

Checklist

  • Unit tests updated
  • docs/ updated (if necessary)
  • pnpm run update:examples run (only applicable for openapi-typescript)

@jeiea jeiea requested a review from a team as a code owner November 14, 2024 19:46
Copy link

changeset-bot bot commented Nov 14, 2024

🦋 Changeset detected

Latest commit: d264ee3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openapi-react-query Minor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(react-query): Add client parameter to queryKey and remove options parameter
1 participant