Hello there,
What is the difference between @ObservedObject, ObservableObject and @StateObject in SwiftUI?
Difference between @ObservedObject, ObservableObject and @StateObject
This might help https://www.hackingwithswift.com/quick-start/swiftui/whats-the-difference-between-observedobject-state-and-environmentobject
ok thanks!