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