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

Method constructor

examples/lit/basic/src/basic-query.ts:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected