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

Method createRenderRoot

examples/lit/basic/src/mutation.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 protected override createRenderRoot(): HTMLElement | DocumentFragment {
27 return this
28 }
29}
30
31customElements.define('mutation-example-provider', MutationExampleProvider)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected