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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

124
125class MutationExampleRoot extends LitElement {
126 protected override createRenderRoot(): HTMLElement | DocumentFragment {
127 return this
128 }
129
130 render() {
131 return html`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected