John Patrick Morgan
John Patrick Morgan
Thanks for the extra info @ClementCardonnel. Can I ask if appending `.nbUseNavigationStack(.never)` to the `NBNavigationStack` resolves the issue?
I'm also having some trouble reproducing this, so if you're able to share a minimal repro case, that would be really helpful.
Thanks @sparafinski for the detailed reproduction. The cause as I understand it is that screens in a `NavigationView` inherit their environment objects from the `NavigationView` itself, not the previous screen...