(fiber)
| 5199 | } |
| 5200 | |
| 5201 | function assertIsMounted(fiber) { |
| 5202 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5203 | } |
| 5204 | |
| 5205 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5206 | var alternate = fiber.alternate; |
no test coverage detected