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

Function NoOpPanel

packages/devtools-utils/src/preact/panel.tsx:54–56  ·  view source on GitHub ↗
(_props: TComponentProps)

Source from the content-addressed store, hash-verified

52 }
53
54 function NoOpPanel(_props: TComponentProps) {
55 return <></>
56 }
57 return [Panel, NoOpPanel] as const
58}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected