103
@Observable nested class mutation does not redraw the view, @Published worked fine swiftui-state
Migrated a screen from ObservableObject to the @Observable macro. Most of it works. One case does not and I cannot see the rule I am breaking. View reads . Setting redraws fine. Setting changes the value I can print it…