0.9.1
Fixes
- Fixed
ObservingSwiftUI view missing values from flows.- Was caused by accidentally using
@ObservedObjectinstead of@StateObject.
- Was caused by accidentally using
Observing SwiftUI view missing values from flows.@ObservedObject instead of @StateObject.