iOS Swift - State Management in SwiftUI
In a SwiftUI app, a parent view creates a
@StateObject instance and passes it to a child view as an @ObservedObject. If the parent view is recreated multiple times, what is the expected behavior regarding the observable object?