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

Function getFiberCurrentPropsFromNode$1

code/styling/public/app.js:2498–2500  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2496}
2497
2498function getFiberCurrentPropsFromNode$1(node) {
2499 return node[internalEventHandlersKey] || null;
2500}
2501
2502function updateFiberProps$1(node, props) {
2503 node[internalEventHandlersKey] = props;

Callers 1

updateNamedCousinsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected