Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We originally took advantage of the fact that `NavigationView` could nest `NavigationStack`, though it was a little funky. We independently updated the root to be a `NavigationStack`, though, which unfortunately broke the stack case study since nested `NavigationStack`s are not supported in SwiftUI. Fixes #2396.
- Loading branch information