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

Function App

e2e/apps/solid/src/index.tsx:8–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8function App() {
9 return (
10 <>
11 <h1>solid e2e</h1>
12 <TanStackDevtools
13 plugins={[
14 {
15 name: 'Demo',
16 render: <DemoPlugin />,
17 },
18 ]}
19 />
20 </>
21 )
22}
23
24render(() => <App />, document.getElementById('root')!)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected