()
| 14071 | markSpawnedDeferredLane(root, spawnedLane, suspendedLanes); |
| 14072 | } |
| 14073 | function flushSyncWork$1() { |
| 14074 | return 0 === (executionContext & 6) |
| 14075 | ? (flushSyncWorkAcrossRoots_impl(0, !1), !1) |
| 14076 | : !0; |
| 14077 | } |
| 14078 | function resetWorkInProgressStack() { |
| 14079 | if (null !== workInProgress) { |
| 14080 | if (0 === workInProgressSuspendedReason) |
no test coverage detected
searching dependent graphs…