TanStackT
TanStackโ€ข11mo agoโ€ข
3 replies
foolish-indigo

Devtools are not appearing

Hey there,

I'm using
"@tanstack/svelte-query": "^5.66.9",
"@tanstack/svelte-query-devtools": "^5.66.9",


and the

 <QueryClientProvider client={queryClient}>
    <SvelteQueryDevtools initialIsOpen={true}/>

    {process.env.NODE_ENV} --> development
    <NavigatorRouter>


and the devtools are not showing up. I also checked the chrome developer tool and it's not rendering. I also don't have any extension set up.

Any ideas? ๐Ÿ™
Was this page helpful?