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

Function finalizeInitialChildren

docs/external/js/react-dom.development.js:7621–7624  ·  view source on GitHub ↗
(domElement, type, props, rootContainerInstance, hostContext)

Source from the content-addressed store, hash-verified

7619 parentInstance.appendChild(child);
7620 }
7621 function finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) {
7622 setInitialProperties(domElement, type, props, rootContainerInstance);
7623 return shouldAutoFocusHostComponent(type, props);
7624 }
7625 function prepareUpdate(domElement, type, oldProps, newProps, rootContainerInstance, hostContext) {
7626 {
7627 var hostContextDev = hostContext;

Callers 1

completeWorkFunction · 0.85

Calls 2

setInitialPropertiesFunction · 0.85

Tested by

no test coverage detected