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

Function restoreControlledState

docs/external/js/react-dom.development.js:2111–2115  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

2109 }
2110 }
2111 function restoreControlledState(element, props) {
2112 var node = element;
2113 updateWrapper(node, props);
2114 updateNamedCousins(node, props);
2115 }
2116
2117 function updateNamedCousins(rootNode, props) {
2118 var name = props.name;

Callers 1

restoreControlledState$3Function · 0.85

Calls 2

updateWrapperFunction · 0.85
updateNamedCousinsFunction · 0.85

Tested by

no test coverage detected