(fiber)
| 5302 | } |
| 5303 | |
| 5304 | function assertIsMounted(fiber) { |
| 5305 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5306 | } |
| 5307 | |
| 5308 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5309 | var alternate = fiber.alternate; |
no test coverage detected