Replies: 2 comments 10 replies
-
Did you try to debug your reducer so you'll know what actions are sent to the store, and how the state is mutated? This may help finding the issue. When it comes to my "Thought on SwiftUI navigation" article, I've made a Swift Package you can use in your app: https://github.com/darrarski/swift-composable-presentation. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Have you tried applying This can fix a variety of weird navigation issues. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using his NavigationExtension @darrarski
https://github.com/darrarski/darrarski/tree/main/2021/04/Thoughts-on-SwiftUI-navigation
here is my app test https://github.com/AddaMeSPB/AddaMeIOS/blob/feature/git_workflow/AddameSPM/Tests/EventViewTests/EventsViewTests.swift
my child state is become nil imminently
RPReplay_Final1631604246.MP4
thanks advance for help
Beta Was this translation helpful? Give feedback.
All reactions