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-corenow 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