Apparently in SwiftUI, with .sheet and NavigationStack, it's not possible to dismiss the sheet from the pushed view inside the navigation stack without doing something manual? That's annoying…
@khaost yeh all the navigation and sheet stuff by itself isn’t very useful. It’s definitely worth spending the time to create things like DismissSheetAction, PresentSheetAction, etc.