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