MCPcopy Create free account
hub / github.com/clayrisser/create-react-renderer / commitTextUpdate

Function commitTextUpdate

phaseL/src/reconciler.ts:108–115  ·  view source on GitHub ↗
(
    _textInstance: TextInstance,
    _oldText: string,
    _newText: string
  )

Source from the content-addressed store, hash-verified

106 },
107
108 resetAfterCommit(_containerInfo: Container): void {
109 log.debug("resetAfterCommit");
110 },
111
112 resetTextContent(_instance: Instance): void {
113 log.debug("resetTextContent");
114 // noop because this renderer does not rerender
115 },
116
117 commitTextUpdate(_textInstance: TextInstance, _oldText: string, _newText: string): void {
118 log.debug("commitTextUpdate");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected