MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / restoreControlledState

Function restoreControlledState

code/composition/public/app.js:4728–4732  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

4726}
4727
4728function restoreControlledState(element, props) {
4729 var node = element;
4730 updateWrapper(node, props);
4731 updateNamedCousins(node, props);
4732}
4733
4734function updateNamedCousins(rootNode, props) {
4735 var name = props.name;

Callers 1

restoreControlledState$1Function · 0.70

Calls 2

updateWrapperFunction · 0.70
updateNamedCousinsFunction · 0.70

Tested by

no test coverage detected