(root, remainingLanes)
| 14646 | return null; |
| 14647 | } |
| 14648 | function releaseRootPooledCache(root, remainingLanes) { |
| 14649 | 0 === (root.pooledCacheLanes &= remainingLanes) && |
| 14650 | ((remainingLanes = root.pooledCache), |
| 14651 | null != remainingLanes && |
| 14652 | ((root.pooledCache = null), releaseCache(remainingLanes))); |
| 14653 | } |
| 14654 | function flushPassiveEffects() { |
| 14655 | if (null !== rootWithPendingPassiveEffects) { |
| 14656 | var root$170 = rootWithPendingPassiveEffects, |
no test coverage detected
searching dependent graphs…