MCPcopy Create free account
hub / github.com/reactjs/react-rails / commitTextUpdate

Function commitTextUpdate

lib/assets/react-source/development/react.js:11253–11255  ·  view source on GitHub ↗
(textInstance, oldText, newText)

Source from the content-addressed store, hash-verified

11251 setTextContent(domElement, '');
11252 }
11253 function commitTextUpdate(textInstance, oldText, newText) {
11254 textInstance.nodeValue = newText;
11255 }
11256 function appendChild(parentInstance, child) {
11257 parentInstance.appendChild(child);
11258 }

Callers 1

commitWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected