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

Function NoOpPlugin

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

Source from the content-addressed store, hash-verified

20 }
21 }
22 function NoOpPlugin() {
23 return {
24 ...config,
25 render: (_el: HTMLElement, _props: TanStackDevtoolsPluginProps) => <></>,
26 }
27 }
28 return [Plugin, NoOpPlugin] as const
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected