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