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

Method constructor

examples/lit/basic/src/mutation.ts:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected