You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## Upcoming
8
8
9
+
### Fixed
10
+
- iOS `StateObservable` no longer races on its cached state: the flow/state-flow collection now mutates `lastState` on the main actor instead of the background collection context, preventing a crash (`objc_opt_isKindOfClass` via SKIE `onEnum`) when the value is read during SwiftUI body evaluation
0 commit comments