Skip to content

Conversation

@rene-demonsters
Copy link
Contributor

Closes: #4444

What are the changes and their implications?

I've upgraded @tanstack/react-query to 5.90.2. We've noticed that in Blitz v3.0.1 (and probably v3.0.2) invalidateQuery wouldn't immediately refetch data as described in #4444. Manually installing @tanstack/react-query into our project fixed it for us, so submitting a pull request to upgrade the react-query version.

Bug Checklist

  • Changeset added (run pnpm changeset in the root directory)
  • Integration test added (see test docs if needed)

Feature Checklist

@changeset-bot
Copy link

changeset-bot bot commented Oct 10, 2025

🦋 Changeset detected

Latest commit: a0a67a1

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

This PR includes changesets to release 7 packages
Name Type
@blitzjs/rpc Patch
@blitzjs/next Patch
@blitzjs/auth Patch
@blitzjs/codemod Patch
@blitzjs/config Patch
@blitzjs/generator Patch
blitz Patch

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

invalidateQuery doesn't immediately refetch the invalidated query

2 participants