(fiber)
| 5415 | } |
| 5416 | |
| 5417 | function assertIsMounted(fiber) { |
| 5418 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5419 | } |
| 5420 | |
| 5421 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5422 | var alternate = fiber.alternate; |
no test coverage detected