This code works for me
.onChange(of: sideBarSelection) { [sideBarSelection] newValue in
if newValue == nil {
self.sideBarSelection = sideBarSelection
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: