@tanstack/query-devtools@5.101.0

vietnh1009/ASCII-generator@tanstack/query-devtools@5.101.0Jun 2, 2026by github-actions[bot]

AI Summary

A patch release fixing stability and rendering issues in the Query DevTools UI.

Key Highlights

  • Fixed crashes when cached query state is temporarily unavailable
  • Resolved row rendering issues caused by mutated query keys by using stable query hashes

New Features

  • Fixed crash when cached query state is temporarily unavailable
  • Resolved devtools query rows from stable query hash to prevent broken rendering

Full Release Notes

### Patch Changes

-   [#10772](https://github.com/TanStack/query/pull/10772) [`3042860`](https://github.com/TanStack/query/commit/3042860e3c8731c94ca4dec0e277e415d0484fce) - Avoid crashing devtools query rows when a cached query state is temporarily unavailable.

-   [#10750](https://github.com/TanStack/query/pull/10750) [`e631dc3`](https://github.com/TanStack/query/commit/e631dc3fa17bff71f413246b7a770a730016d346) - Resolve devtools query rows from their stable query hash so mutated object query keys do not break row rendering.