()
| 6 | } |
| 7 | |
| 8 | function App() { |
| 9 | return ( |
| 10 | <> |
| 11 | <h1>solid e2e</h1> |
| 12 | <TanStackDevtools |
| 13 | plugins={[ |
| 14 | { |
| 15 | name: 'Demo', |
| 16 | render: <DemoPlugin />, |
| 17 | }, |
| 18 | ]} |
| 19 | /> |
| 20 | </> |
| 21 | ) |
| 22 | } |
| 23 | |
| 24 | render(() => <App />, document.getElementById('root')!) |
nothing calls this directly
no outgoing calls
no test coverage detected