MCPcopy Create free account
hub / github.com/TanStack/query / constructor

Method constructor

examples/lit/basic/src/main.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected