(fiber)
| 4397 | } |
| 4398 | |
| 4399 | function assertIsMounted(fiber) { |
| 4400 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 4401 | } |
| 4402 | |
| 4403 | function findCurrentFiberUsingSlowPath(fiber) { |
| 4404 | var alternate = fiber.alternate; |
no test coverage detected