MCPcopy Create free account
hub / github.com/caseywebdev/react-list / reconcileChildren

Function reconcileChildren

docs/index.js:8916–8926  ·  view source on GitHub ↗
(current, workInProgress, nextChildren, renderLanes)

Source from the content-addressed store, hash-verified

8914var SelectiveHydrationException = Error(formatProdErrorMessage(461)),
8915 didReceiveUpdate = !1;
8916function reconcileChildren(current, workInProgress, nextChildren, renderLanes) {
8917 workInProgress.child =
8918 null === current
8919 ? mountChildFibers(workInProgress, null, nextChildren, renderLanes)
8920 : reconcileChildFibers(
8921 workInProgress,
8922 current.child,
8923 nextChildren,
8924 renderLanes
8925 );
8926}
8927function updateForwardRef(
8928 current,
8929 workInProgress,

Callers 8

updateForwardRefFunction · 0.85
updateOffscreenComponentFunction · 0.85
updateFunctionComponentFunction · 0.85
replayFunctionComponentFunction · 0.85
updateClassComponentFunction · 0.85
beginWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…