(domElement, type, props, rootContainerInstance, hostContext)
| 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; |
no test coverage detected