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

Method render

examples/lit/basic/src/basic-query.ts:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 render() {
82 return html`
83 <basic-query-provider>
84 <basic-query-example></basic-query-example>
85 </basic-query-provider>
86 `
87 }
88}
89
90customElements.define('basic-query-root', BasicQueryRoot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected