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

Method render

packages/lit-query/src/QueryClientProvider.ts:136–138  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

134
135 /** @internal */
136 render(): TemplateResult {
137 return html`<slot></slot>`
138 }
139
140 private mountClient(client: QueryClient): void {
141 if (this.mountedClient === client) {

Calls

no outgoing calls

Tested by

no test coverage detected