(lazyType)
| 6258 | ); |
| 6259 | } |
| 6260 | function resolveLazy(lazyType) { |
| 6261 | var init = lazyType._init; |
| 6262 | return init(lazyType._payload); |
| 6263 | } |
| 6264 | function createChildReconciler(shouldTrackSideEffects) { |
| 6265 | function deleteChild(returnFiber, childToDelete) { |
| 6266 | if (shouldTrackSideEffects) { |
no outgoing calls
no test coverage detected
searching dependent graphs…