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

Function updateFiberProps

lib/assets/react-source/development/react.js:11652–11654  ·  view source on GitHub ↗
(node, props)

Source from the content-addressed store, hash-verified

11650 return node[internalEventHandlersKey] || null;
11651 }
11652 function updateFiberProps(node, props) {
11653 node[internalEventHandlersKey] = props;
11654 }
11655
11656 function getParent(inst) {
11657 do {

Callers 3

createInstanceFunction · 0.85
commitUpdateFunction · 0.85
hydrateInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected