Navigation can become broken #143
Replies: 1 comment
-
Hi @shalom-aviv, unfortunately this is just yet another bug in SwiftUI navigation and there's nothing we can really do about it. We tried working around some SwiftUI bugs, but honestly it's become a big pain to do so, and we probably should have never even attempted it. In the case study you are seeing in particular, we had a workaround for bugs in Honestly this is all just getting untenable. I recommend using Since this isn't an issue with this library I am going to convert it to a discussion. |
Beta Was this translation helpful? Give feedback.
-
Description
I pulled master with commit d9e72f3 and played with project example
Please check video:
Simulator.Screen.Recording.-.iPhone.15.-.2024-02-06.at.21.52.32.mp4
Checklist
main
branch of this package.Expected behavior
I can back to previous screen
Actual behavior
I can not back to previous screen
Steps to reproduce
Please check attached video
SwiftUI Navigation version information
d9e72f3
Destination operating system
iOs 17.2
Xcode version information
15.2
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions