github TanStack/query @tanstack/query-devtools@5.101.2

latest releases: release-2026-06-27-2033, @tanstack/solid-query@5.101.2, @tanstack/svelte-query-devtools@6.1.36...
5 hours ago

Patch Changes

  • #10813 f5bf180 - fix(query-devtools/PiPContext): reset 'pip_open' in 'localStore' from 'closePipWindow' so the auto-open createEffect does not reopen the window after a programmatic close

  • #10812 25cdd97 - fix(query-devtools/utils): make 'last updated' sort return 0 for queries with equal 'dataUpdatedAt' to follow the standard comparator contract

  • #10815 ecd89c8 - fix(query-devtools/utils): scope the 'setupStyleSheet' dedup check to the target so a 'shadowDOMTarget' still receives its own '#_goober' style tag when 'document.head' already has one

  • #10811 01c7634 - fix(query-devtools/Devtools): correct the Theme sub-trigger className from 'position' to 'theme'

  • #10736 49012db - setupStyleSheet now sets window.__nonce__ when a styleNonce is provided.

    The devtools use goober for CSS-in-JS, which reads window.__nonce__ every time it creates or accesses its style element. Without this, goober overwrote the nonce with undefined, causing CSP violations even when styleNonce was correctly passed to <ReactQueryDevtools>.

Don't miss a new query release

NewReleases is sending notifications on new releases.