()
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected