-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftUI 4 NavigationStack naming conflict #76
Comments
This is simply fixed in #75 |
As @LePips says, this is temporary fixed with a namespace. However, this item should still be open - a long term solution should be to rename it completely. Any suggestions? I'm not a huge fan of adding a "Stinsen"-prefix... Maybe just |
I think |
I totally agree with @LePips , naming it just Stack would certainly create confusion |
With the release of Xcode 14 at time of writing, this is become an immediate "issue". I'm not bothered too much by my single usage of @rundfunk47 Have you been able to work on anything in regards to the latest comment in #29? If not, that's completely fine. |
A more pressing issue is that the navigation title styles ( |
I'm using
MacOS Ventura Beta with SwiftUI 4
. The problem is that Apple introducedNavigationStack
in SwiftUI 4 and it conflicts with theNavigationStack<T: NavigationCoordinatable>
fromstinsen
library. Hence i'm getting the following error:Generic type 'NavigationStack' specialized with too few type parameters (got 1, but expected 2)
As a quick fix i think you could rename
NavigationStack
toSNavigationStack
orStinsenNavigationStack
The text was updated successfully, but these errors were encountered: