()
| 7145 | : push(resumedCache, prevCachePool.pool); |
| 7146 | } |
| 7147 | function getSuspendedCache() { |
| 7148 | var cacheFromPool = peekCacheFromPool(); |
| 7149 | return null === cacheFromPool |
| 7150 | ? null |
| 7151 | : { parent: CacheContext._currentValue, pool: cacheFromPool }; |
| 7152 | } |
| 7153 | var renderLanes = 0, |
| 7154 | currentlyRenderingFiber$1 = null, |
| 7155 | currentHook = null, |
no test coverage detected
searching dependent graphs…