(inst)
| 7587 | }); |
| 7588 | } |
| 7589 | function checkIfSnapshotChanged(inst) { |
| 7590 | var latestGetSnapshot = inst.getSnapshot; |
| 7591 | inst = inst.value; |
| 7592 | try { |
| 7593 | var nextValue = latestGetSnapshot(); |
| 7594 | return !objectIs(inst, nextValue); |
| 7595 | } catch (error) { |
| 7596 | return !0; |
| 7597 | } |
| 7598 | } |
| 7599 | function forceStoreRerender(fiber) { |
| 7600 | var root = enqueueConcurrentRenderForLane(fiber, 2); |
| 7601 | null !== root && scheduleUpdateOnFiber(root, fiber, 2); |
no outgoing calls
no test coverage detected
searching dependent graphs…