MCPcopy Create free account
hub / github.com/BetaSu/big-react / commitTextUpdate

Function commitTextUpdate

packages/react-dom/src/hostConfig.ts:46–48  ·  view source on GitHub ↗
(textInstance: TextInstance, content: string)

Source from the content-addressed store, hash-verified

44}
45
46export function commitTextUpdate(textInstance: TextInstance, content: string) {
47 textInstance.textContent = content;
48}
49
50export function removeChild(
51 child: Instance | TextInstance,

Callers 1

commitUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected