(fiber)
| 4488 | } |
| 4489 | |
| 4490 | function assertIsMounted(fiber) { |
| 4491 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 4492 | } |
| 4493 | |
| 4494 | function findCurrentFiberUsingSlowPath(fiber) { |
| 4495 | var alternate = fiber.alternate; |
no test coverage detected