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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

94 })
95
96 protected override createRenderRoot(): HTMLElement | DocumentFragment {
97 return this
98 }
99
100 private onTitleInput(event: Event): void {
101 const target = event.target as HTMLInputElement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected