Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react/react
/ finalizeInitialChildren
Function
finalizeInitialChildren
packages/react-art/src/ReactFiberConfigART.js:342–344 ·
view source on GitHub ↗
(domElement, type, props)
Source
from the content-addressed store, hash-verified
340
}
341
342
export
function
finalizeInitialChildren(domElement,
type
, props) {
343
return
false;
344
}
345
346
export
function
getPublicInstance(instance) {
347
return
instance;
Callers
2
updateHostComponent
Function · 0.90
completeWork
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected