Ios swift – SwiftUI Observable environment compiler issue – cannot find in scope
Suppose I have a simple @Observable like @Observable class Navigation { var path = NavigationPath() } And make an environment in my app structure like the migrating to observable docs recommend @main struct ObservableTestApp: App { @State private var navigation…