(fiber)
| 4525 | } |
| 4526 | |
| 4527 | function assertIsMounted(fiber) { |
| 4528 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 4529 | } |
| 4530 | |
| 4531 | function findCurrentFiberUsingSlowPath(fiber) { |
| 4532 | var alternate = fiber.alternate; |
no test coverage detected