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

Method render

examples/lit/basic/src/main.ts:265–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 }
264
265 render() {
266 return html`
267 <demo-query-provider>
268 <tanstack-lit-query-demo></tanstack-lit-query-demo>
269 </demo-query-provider>
270 `
271 }
272}
273
274customElements.define('demo-root', DemoRoot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected