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

Function updateFiberProps

dash/deps/react-dom@18.3.1.js:11640–11642  ·  view source on GitHub ↗
(node, props)

Source from the content-addressed store, hash-verified

11638 return node[internalPropsKey] || null;
11639 }
11640 function updateFiberProps(node, props) {
11641 node[internalPropsKey] = props;
11642 }
11643 function getEventListenerSet(node) {
11644 var elementListenerSet = node[internalEventHandlersKey];
11645

Callers 3

createInstanceFunction · 0.70
commitUpdateFunction · 0.70
hydrateInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…