@tanstack/query-devtools@5.101.2
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-setupStyleSheetnow setswindow.__nonce__when astyleNonceis 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 withundefined, causing CSP violations even whenstyleNoncewas correctly passed to<ReactQueryDevtools>.