MCPcopy Index your code
hub / github.com/plotly/dash / commitUpdate

Function commitUpdate

dash/deps/react-dom@18.2.0.js:11055–11061  ·  view source on GitHub ↗
(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle)

Source from the content-addressed store, hash-verified

11053 }
11054 }
11055 function commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) {
11056 // Apply the diff to the DOM node.
11057 updateProperties(domElement, updatePayload, type, oldProps, newProps); // Update the props handle so that we know which props are the ones with
11058 // with current event handlers.
11059
11060 updateFiberProps(domElement, newProps);
11061 }
11062 function resetTextContent(domElement) {
11063 setTextContent(domElement, '');
11064 }

Callers 1

Calls 2

updatePropertiesFunction · 0.70
updateFiberPropsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…