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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

35 })
36
37 protected override createRenderRoot(): HTMLElement | DocumentFragment {
38 return this
39 }
40
41 render() {
42 const query = this.todos()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected