Prashant Priyadarshi
10/27/2020, 7:47 AMjava.lang.IllegalStateException: Reading a state that was created after the snapshot was taken or in a snapshot that has not yet been applied
at androidx.compose.runtime.snapshots.SnapshotKt.readError(Snapshot.kt:1530)
at androidx.compose.runtime.snapshots.SnapshotKt.current(Snapshot.kt:1707)
at androidx.compose.runtime.SnapshotMutableState.setValue(MutableState.kt:499)
Thing is, sometimes updating a mutableState variable on backeground like Dispatchers.IO works just fine
@Adam Powell