MCPcopy Create free account
hub / github.com/plotly/dash / resetTextContent

Function resetTextContent

dash/deps/react-dom@18.3.1.js:11062–11064  ·  view source on GitHub ↗
(domElement)

Source from the content-addressed store, hash-verified

11060 updateFiberProps(domElement, newProps);
11061 }
11062 function resetTextContent(domElement) {
11063 setTextContent(domElement, '');
11064 }
11065 function commitTextUpdate(textInstance, oldText, newText) {
11066 textInstance.nodeValue = newText;
11067 }

Callers 2

commitPlacementFunction · 0.70

Calls 1

setTextContentFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…