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

Method createRenderRoot

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

Source from the content-addressed store, hash-verified

68 )
69
70 protected override createRenderRoot(): HTMLElement | DocumentFragment {
71 return this
72 }
73
74 private onInput(event: Event): void {
75 const target = event.target as HTMLInputElement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected