(parentInstance, child)
| 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); |
no outgoing calls
no test coverage detected