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

Method constructor

integrations/lit-vite/src/main.ts:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected