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

Function Plugin

packages/devtools-utils/src/react/plugin.tsx:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 Component: (props: DevtoolsPanelProps) => JSX.Element
13}) {
14 function Plugin() {
15 return {
16 ...config,
17 render: (_el: HTMLElement, props: TanStackDevtoolsPluginProps) => (
18 <Component {...props} />
19 ),
20 }
21 }
22 function NoOpPlugin() {
23 return {
24 ...config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected