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