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

Method constructor

examples/lit/basic/src/lifecycle-contract.ts:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42class ContractProviderA extends QueryClientProvider {
43 constructor() {
44 super()
45 this.client = contractClientA
46 }
47
48 protected override createRenderRoot(): HTMLElement | DocumentFragment {
49 return this

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected