(fiber)
| 5257 | } |
| 5258 | |
| 5259 | function assertIsMounted(fiber) { |
| 5260 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5261 | } |
| 5262 | |
| 5263 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5264 | var alternate = fiber.alternate; |
no test coverage detected