MCPcopy Create free account
hub / github.com/reactjs/react-rails / finalizeInitialChildren

Function finalizeInitialChildren

lib/assets/react-source/development/react.js:11193–11196  ·  view source on GitHub ↗
(domElement, type, props, rootContainerInstance, hostContext)

Source from the content-addressed store, hash-verified

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;

Callers 1

completeWorkFunction · 0.85

Calls 2

setInitialPropertiesFunction · 0.85

Tested by

no test coverage detected