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

Function App

e2e/apps/preact/src/index.tsx:4–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { TanStackDevtools } from '@tanstack/preact-devtools'
3
4function App() {
5 return (
6 <>
7 <h1>preact e2e</h1>
8 <TanStackDevtools
9 plugins={[
10 {
11 name: 'Demo',
12 render: () => (
13 <div data-testid="demo-plugin">demo plugin content</div>
14 ),
15 },
16 ]}
17 />
18 </>
19 )
20}
21
22render(<App />, document.getElementById('root')!)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected