Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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) {
Callers
2
useInfiniteQuery.test.tsx
File · 0.45
useQuery.promise.test.tsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected