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

Function NoOpPlugin

packages/devtools-utils/src/solid/plugin.tsx:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected