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

Fix useUpdate ignores meta when populating the query cache in pessimistic mode #10422

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

slax57
Copy link
Contributor

@slax57 slax57 commented Dec 18, 2024

This PR fixes a bug where the meta param was not used to construct the query keys when updating the cache, if the meta param was passed at call time, and the mutation mode was set to pessimistic.

Supersedes #10418

How To Test

run the unit tests

Additional Checks

  • The PR targets master for a bugfix, or next for a feature
  • The PR includes unit tests (if not possible, describe why)

@djhi djhi added this to the 5.4.4 milestone Dec 19, 2024
@djhi djhi merged commit a1b7be0 into master Dec 19, 2024
15 checks passed
@djhi djhi deleted the fix-useUpdate-pessimistic-cache-update-call-time-meta branch December 19, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants