(fiberThatReceivedUpdate, updateExpirationTime)
| 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 |
no outgoing calls
no test coverage detected