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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

22 }
23
24 protected override createRenderRoot(): HTMLElement | DocumentFragment {
25 return this
26 }
27}
28
29customElements.define('basic-query-provider', BasicQueryProvider)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected