NavigationStack path is not working with navigationDestination(isPresented, destination)

“I came across the same bug. I think [ isPresented] modifier can not work with [path of NavigationStack] for now. If you want to use path, you have to use navigationDestination(for data, @ViewBuilder destination) to navigate. But Apple did not mention that in their documents. Maybe Apple will solve this problem in future? 

No, I updated the question to match my scenario more. The path is empty right now, whereas his path is not. He also does not use the navigationDestination(isPresented, destination) initializer  “

NavigationStack path is not working with navigationDestination(isPresented, destination)
 
 
Q