Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BetaSu/big-react
/ commitTextUpdate
Function
commitTextUpdate
packages/react-noop-renderer/src/hostConfig.ts:85–87 ·
view source on GitHub ↗
(textInstance: TextInstance, content: string)
Source
from the content-addressed store, hash-verified
83
}
84
85
export
function
commitTextUpdate(textInstance: TextInstance, content: string) {
86
textInstance.text = content;
87
}
88
89
export
function
removeChild(
90
child: Instance | TextInstance,
Callers
1
commitUpdate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected