MCPcopy Create free account
hub / github.com/microsoft/SandDance / updateFiberProps

Function updateFiberProps

docs/external/js/react-dom.development.js:8080–8082  ·  view source on GitHub ↗
(node, props)

Source from the content-addressed store, hash-verified

8078 return node[internalEventHandlersKey] || null;
8079 }
8080 function updateFiberProps(node, props) {
8081 node[internalEventHandlersKey] = props;
8082 }
8083
8084 function getParent(inst) {
8085 do {

Callers 3

createInstanceFunction · 0.85
commitUpdateFunction · 0.85
hydrateInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected