@tanstack/query-core@5.102.4
TanStack/query@tanstack/query-core@5.102.4Aug 25, 2026by github-actions[bot]
AI Summary
The core package release that implements the fix to prevent unnecessary timeout scheduling for disabled query observers.
Key Highlights
- Fix: Avoid scheduling stale timeouts for disabled query observers
Full Release Notes
### Patch Changes - [#11293](https://github.com/TanStack/query/pull/11293) [`a05df6a`](https://github.com/TanStack/query/commit/a05df6aefb0e2489ec2c879ae16e2ee7cb3123ec) - Avoid scheduling stale timeouts for disabled query observers.