Posts

Post not yet marked as solved
3 Replies
Did you found a solution? I have the same problem here.
Post marked as solved
13 Replies
.navigationDestination should be placed inside the NavigationStack: List { NavigationLink("Go to MyView", value: "MyView") } … NavigationStack { Text("Home") .navigationDestination(for: String.self) { val in Text("View = \(val)")   } } This works for me.
Post not yet marked as solved
23 Replies
Same problem if I append a value to path (NavigationPath).