MCPcopy Create free account
hub / github.com/TanStack/devtools / Root

Function Root

examples/solid/a11y-devtools/src/index.tsx:9–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7import App from './app'
8
9function Root() {
10 return (
11 <>
12 <App />
13
14 <TanStackDevtools plugins={[a11yDevtoolsPlugin()]} />
15 </>
16 )
17}
18
19render(() => <Root />, document.getElementById('root')!)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected