Reenable tanstack query devtools

This commit is contained in:
Samuel Newman
2026-04-09 11:41:25 +03:00
parent 987a656904
commit 57ce8a739e
+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 (