MCPcopy 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
86export function unhideTextInstance(textInstance: TextInstance, text: string) {
87 textInstance.nodeValue = text;
88}

Callers 1

hideOrUnhideAllChildrenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected