(fiber)
| 5037 | } |
| 5038 | |
| 5039 | function assertIsMounted(fiber) { |
| 5040 | !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0; |
| 5041 | } |
| 5042 | |
| 5043 | function findCurrentFiberUsingSlowPath(fiber) { |
| 5044 | var alternate = fiber.alternate; |
no test coverage detected