()
| 17 | |
| 18 | class BasicQueryProvider extends QueryClientProvider { |
| 19 | constructor() { |
| 20 | super() |
| 21 | this.client = queryClient |
| 22 | } |
| 23 | |
| 24 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 25 | return this |
nothing calls this directly
no outgoing calls
no test coverage detected