@brebispanique @sjb_s thank you both for quick answers.
My app doesn't use a NavigationPath but a custom enum that conforms to Hashable with possible paths. And I can still reproduce this issue in a simple test app with two views when try to push a second view into the NavigationStack.
enum RouterDestination: Hashable {
case next
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: