Closed Laimiux closed 8 months ago
Class | Covered | Meta | Status |
---|---|---|---|
com/instacart/formula/internal/SnapshotImpl |
81% | 0% | :white_check_mark: |
com/instacart/formula/internal/DeferredTransition |
100% | 0% | :white_check_mark: |
com/instacart/formula/internal/ListenerImpl |
75% | 0% | :white_check_mark: |
Generated by :no_entry_sign: Danger
Fixing a bug where
DeferredTransition
can hold to a staletransition
property if a state change happens while event is waiting to be dispatched. Instead, we should rely on the mutable property that lives inListenerImpl