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

Method render

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

Source from the content-addressed store, hash-verified

128 }
129
130 render() {
131 return html`
132 <mutation-example-provider>
133 <mutation-example></mutation-example>
134 </mutation-example-provider>
135 `
136 }
137}
138
139customElements.define('mutation-example-root', MutationExampleRoot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected