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

Function appendInitialChild

docs/external/js/react-dom.development.js:7618–7620  ·  view source on GitHub ↗
(parentInstance, child)

Source from the content-addressed store, hash-verified

7616 return domElement;
7617 }
7618 function appendInitialChild(parentInstance, child) {
7619 parentInstance.appendChild(child);
7620 }
7621 function finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) {
7622 setInitialProperties(domElement, type, props, rootContainerInstance);
7623 return shouldAutoFocusHostComponent(type, props);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected