MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getFiberCurrentPropsFromNode$1

Function getFiberCurrentPropsFromNode$1

code/composition/public/app.js:2636–2638  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2634}
2635
2636function getFiberCurrentPropsFromNode$1(node) {
2637 return node[internalEventHandlersKey] || null;
2638}
2639
2640function updateFiberProps$1(node, props) {
2641 node[internalEventHandlersKey] = props;

Callers 1

updateNamedCousinsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected