MCPcopy
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
342export function finalizeInitialChildren(domElement, type, props) {
343 return false;
344}
345
346export function getPublicInstance(instance) {
347 return instance;

Callers 2

updateHostComponentFunction · 0.90
completeWorkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected