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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

36 }
37
38 protected override createRenderRoot(): HTMLElement | DocumentFragment {
39 return this
40 }
41}
42
43customElements.define('demo-query-provider', DemoQueryProvider)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected