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

Function commitTextUpdate

phaseF/src/reconciler.ts:103–109  ·  view source on GitHub ↗
(
    _textInstance: TextInstance,
    _oldText: string,
    _newText: string
  )

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected