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

Function bailoutHooks

docs/index.js:7258–7262  ·  view source on GitHub ↗
(current, workInProgress, lanes)

Source from the content-addressed store, hash-verified

7256 return didRenderIdHook;
7257}
7258function bailoutHooks(current, workInProgress, lanes) {
7259 workInProgress.updateQueue = current.updateQueue;
7260 workInProgress.flags &= -2053;
7261 current.lanes &= ~lanes;
7262}
7263function resetHooksOnUnwind(workInProgress) {
7264 if (didScheduleRenderPhaseUpdate) {
7265 for (

Callers 3

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
replayFunctionComponentFunction · 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…