I'm not sure how to fix this or if it is even fixable. When I hold the back swipe gesture in my SwiftUI app it completely bugs out and the navigation gets screwed up. It works fine if I do a complete back swipe, but if I pause at any time while swiping this bug occurs.
See this example gif:
Is there solution for this at all? I'm using a standard `NavigationView` with a `NavigationLink`.