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

Function updateMode

lib/assets/react-source/development/react.js:20676–20680  ·  view source on GitHub ↗
(current, workInProgress, renderExpirationTime)

Source from the content-addressed store, hash-verified

20674 }
20675
20676 function updateMode(current, workInProgress, renderExpirationTime) {
20677 var nextChildren = workInProgress.pendingProps.children;
20678 reconcileChildren(current, workInProgress, nextChildren, renderExpirationTime);
20679 return workInProgress.child;
20680 }
20681
20682 function updateProfiler(current, workInProgress, renderExpirationTime) {
20683 {

Callers 1

beginWorkFunction · 0.85

Calls 1

reconcileChildrenFunction · 0.85

Tested by

no test coverage detected