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

Function commitTextUpdate

phaseB/src/reconciler.ts:101–107  ·  view source on GitHub ↗
(
    _textInstance: TextInstance,
    _oldText: string,
    _newText: string
  )

Source from the content-addressed store, hash-verified

99
100 resetAfterCommit(_containerInfo: Container): void {
101 log.debug("resetAfterCommit");
102 },
103
104 resetTextContent(_instance: Instance): void {
105 log.debug("resetTextContent");
106 },
107
108 commitTextUpdate(_textInstance: TextInstance, _oldText: string, _newText: string): void {
109 log.debug("commitTextUpdate");
110 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected