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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

75
76class BasicQueryRoot extends LitElement {
77 protected override createRenderRoot(): HTMLElement | DocumentFragment {
78 return this
79 }
80
81 render() {
82 return html`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected