(fiber)
| 5164 | } |
| 5165 | |
| 5166 | function assertIsMounted(fiber) { |
| 5167 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5168 | } |
| 5169 | |
| 5170 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5171 | var alternate = fiber.alternate; |
no test coverage detected