MCPcopy Index your code
hub / github.com/microsoft/SandDance / checkForInterruption

Function checkForInterruption

docs/external/js/react-dom.development.js:23265–23269  ·  view source on GitHub ↗
(fiberThatReceivedUpdate, updateExpirationTime)

Source from the content-addressed store, hash-verified

23263 }
23264
23265 function checkForInterruption(fiberThatReceivedUpdate, updateExpirationTime) {
23266 if ( workInProgressRoot !== null && updateExpirationTime > renderExpirationTime$1) {
23267 interruptedBy = fiberThatReceivedUpdate;
23268 }
23269 }
23270
23271 var didWarnStateUpdateForUnmountedComponent = null;
23272

Callers 1

scheduleUpdateOnFiberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected