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

Function checkForInterruption

lib/assets/react-source/development/react.js:26825–26829  ·  view source on GitHub ↗
(fiberThatReceivedUpdate, updateExpirationTime)

Source from the content-addressed store, hash-verified

26823 }
26824
26825 function checkForInterruption(fiberThatReceivedUpdate, updateExpirationTime) {
26826 if ( workInProgressRoot !== null && updateExpirationTime > renderExpirationTime$1) {
26827 interruptedBy = fiberThatReceivedUpdate;
26828 }
26829 }
26830
26831 var didWarnStateUpdateForUnmountedComponent = null;
26832

Callers 1

scheduleUpdateOnFiberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected