(fiber)
| 5158 | } |
| 5159 | |
| 5160 | function assertIsMounted(fiber) { |
| 5161 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5162 | } |
| 5163 | |
| 5164 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5165 | var alternate = fiber.alternate; |
no test coverage detected