()
| 22 | } |
| 23 | } |
| 24 | function NoOpPlugin() { |
| 25 | return { |
| 26 | ...config, |
| 27 | render: (_el: HTMLElement, _props: TanStackDevtoolsPluginProps) => <></>, |
| 28 | } |
| 29 | } |
| 30 | return [Plugin, NoOpPlugin] as const |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected