-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
1 parent
d22ed09
commit a7c1f79
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters