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

Function commitTextUpdate

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected