Navigating more views does not working #2035
Replies: 2 comments
-
Hi @john-ahmedov, this is most likely just a bug in vanilla SwiftUI. Many times it is exacerbated by observing too much state in TCA, but without seeing any code it is hard to say. You should audit any place you are using I am going to convert this issue into a discussion since it is most likely not a problem with the library. Please include more code or a sample project if you would like to discuss further. |
Beta Was this translation helpful? Give feedback.
-
@mbrandonw This is my actual code:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
While I am creating app with more navigations, For example: 1st screen navigates, 2nd screen, then 3rd, 4th, 5th screens.
When I am navigating 1st to 2nd works fine, but when navigating 2nd to 3rd, it dismiss 3rd screen automatically. It is really annoying.
Checklist
main
branch of this package.Expected behavior
It should navigate properly to other screens without dismissing it
Actual behavior
3rd screen dismisses automatically
Steps to reproduce
The Composable Architecture version information
No response
Destination operating system
iOS 16.0
Xcode version information
Xcode 12.3
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions