Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ devtools.tsx
File
devtools.tsx
packages/solid-devtools/src/devtools.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import clientOnly from
'./client-only'
2
3
export const TanStackDevtools = clientOnly(() =>
4
import(
'./core'
).then((m) => m),
Callers
nothing calls this directly
Calls
1
clientOnly
Function · 0.85
Tested by
no test coverage detected