StandupsList stores its model in an ObservedObjectthere isn't a StateObject further up the line, the model is just passed in as a parameter into the View's init. From what I understand if nothing retains the ObservableObject a new instance is created every time that view redraws its body. Was this intended behavior or left as an exercise to the reader?
StandupsListstores its model in anObservedObjectthere isn't aStateObjectfurther up the line, the model is just passed in as a parameter into theView's init. From what I understand if nothing retains theObservableObjecta new instance is created every time that view redraws its body. Was this intended behavior or left as an exercise to the reader?