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

Function DemoPlugin

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

Source from the content-addressed store, hash-verified

2import { TanStackDevtools } from '@tanstack/solid-devtools'
3
4function DemoPlugin() {
5 return <div data-testid="demo-plugin">demo plugin content</div>
6}
7
8function App() {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected