Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Newman 57ce8a739e Reenable tanstack query devtools 2026-04-09 11:41:25 +03:00
+1 -4
View File
@@ -189,10 +189,7 @@ function QueryProviderInner({
})
useEffect(() => {
if (IS_WEB) {
// WARNING, BROKEN
// something since v5.32.0 causes OOMs. not important
// so disable for now
// window.__TANSTACK_QUERY_CLIENT__ = queryClient
window.__TANSTACK_QUERY_CLIENT__ = queryClient
}
}, [queryClient])
return (