tanstack/query release-2026-04-23-1319 → release-2026-04-23-1827

This release is a focused bugfix for hydration behavior in query-core. It also republishes the dependent package set at the same patch level.

Fixes

  • query-core now handles already resolved promises during hydration correctly, so prefetched queries do not incorrectly jump into a fetching or pending state when they already have data. This covers both queries that were newly created and queries that already existed in the cache. (#10444)

Other notable changes

  • Version bumps were published across the package set to pick up @tanstack/[email protected] and the matching dependent releases. (#10568)

Contributors

  • @Ephem