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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

259
260class DemoRoot extends LitElement {
261 protected override createRenderRoot(): HTMLElement | DocumentFragment {
262 return this
263 }
264
265 render() {
266 return html`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected