()
| 13741 | nestedUpdateCount = 0, |
| 13742 | rootWithNestedUpdates = null; |
| 13743 | function requestUpdateLane() { |
| 13744 | if (0 !== (executionContext & 2) && 0 !== workInProgressRootRenderLanes) |
| 13745 | return workInProgressRootRenderLanes & -workInProgressRootRenderLanes; |
| 13746 | if (null !== ReactSharedInternals.T) { |
| 13747 | var actionScopeLane = currentEntangledLane; |
| 13748 | return 0 !== actionScopeLane ? actionScopeLane : requestTransitionLane(); |
| 13749 | } |
| 13750 | return resolveUpdatePriority(); |
| 13751 | } |
| 13752 | function requestDeferredLane() { |
| 13753 | 0 === workInProgressDeferredLane && |
| 13754 | (workInProgressDeferredLane = |
no test coverage detected
searching dependent graphs…