(fiber)
| 7597 | } |
| 7598 | } |
| 7599 | function forceStoreRerender(fiber) { |
| 7600 | var root = enqueueConcurrentRenderForLane(fiber, 2); |
| 7601 | null !== root && scheduleUpdateOnFiber(root, fiber, 2); |
| 7602 | } |
| 7603 | function mountStateImpl(initialState) { |
| 7604 | var hook = mountWorkInProgressHook(); |
| 7605 | if ("function" === typeof initialState) { |
no test coverage detected
searching dependent graphs…