SwiftUI iOS 17 White screen when I return back with Navigation Stack

When using the Navigation Stack with paths, I've faced an issue where tapping the 'back' button on the custom navigation bar results in a blank screen. With light theme the screen is white, when using dark theme the screen is black. I've found a decision with using an environment value to dismiss a single screen when needed. However, the problem becomes more prominent when I want to pop back to the root view.

This issue has become since updating to iOS 17.

Fixed in iOS 17.1

i have the same issue on iOS 17.5 :-(

SwiftUI iOS 17 White screen when I return back with Navigation Stack
 
 
Q