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

Function restorePendingUpdaters

docs/index.js:34428–34433  ·  view source on GitHub ↗
(root, lanes)

Source from the content-addressed store, hash-verified

34426 }
34427 }
34428 function restorePendingUpdaters(root, lanes) {
34429 isDevToolsPresent &&
34430 root.memoizedUpdaters.forEach(function (schedulingFiber) {
34431 addFiberToLanesMap(root, schedulingFiber, lanes);
34432 });
34433 }
34434 function scheduleCallback$1(priorityLevel, callback) {
34435 var actQueue = ReactSharedInternals.actQueue;
34436 return null !== actQueue

Callers 5

throwExceptionFunction · 0.85
renderRootSyncFunction · 0.85
renderRootConcurrentFunction · 0.85
attachPingListenerFunction · 0.85

Calls 1

addFiberToLanesMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…