()
| 31 | |
| 32 | class DemoQueryProvider extends QueryClientProvider { |
| 33 | constructor() { |
| 34 | super() |
| 35 | this.client = demoQueryClient |
| 36 | } |
| 37 | |
| 38 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 39 | return this |
nothing calls this directly
no outgoing calls
no test coverage detected