Is anyone seeing this error:
Caused by: java.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:1495)
at androidx.compose.runtime.snapshots.SnapshotKt.readable(Snapshot.kt:1491)
at androidx.compose.runtime.snapshots.SnapshotKt.readable(Snapshot.kt:1482)
at androidx.compose.runtime.SnapshotMutableState.getValue(MutableState.kt:294)
...then my code
It's happening pretty randomly, in code WAY down in my base layers that has absolutely nothing to do with Compose, and at expressions that are very simple and shouldn't fail (one example is just creating a Fraction instance from the apache library).