Xcode – NavigationLink in List using isActive pushes the wrong row
I'm trying to use NavigationLink's isActive variable to pop back to the root view controller. The problem I'm experiencing is that using isActive pushes the wrong row when clicking on a list item. Remove the isActive variable and everything works…