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