(domElement, type, props, rootContainerInstance, hostContext)
| 11191 | parentInstance.appendChild(child); |
| 11192 | } |
| 11193 | function finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) { |
| 11194 | setInitialProperties(domElement, type, props, rootContainerInstance); |
| 11195 | return shouldAutoFocusHostComponent(type, props); |
| 11196 | } |
| 11197 | function prepareUpdate(domElement, type, oldProps, newProps, rootContainerInstance, hostContext) { |
| 11198 | { |
| 11199 | var hostContextDev = hostContext; |
no test coverage detected