Replies: 1 comment 1 reply
-
Hi @tigline, can you describe more what the issue is here? It's true that the Since this is not an issue with the library I am going to convert it to a discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In the example SwiftCaseStudies-> "NavigateAndLoadList"
the NavigationLink get the warning :'init(_:tag:selection:destination:)' was deprecated in iOS 16.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
I will use iOS 17 as base version. So when will the example fix to adapter to iOS 17. I have try but failed.
Checklist
main
branch of this package.Expected behavior
NavigationLink in example SwiftCaseStudies->"NavigateAndLoadList" fix to match the iOS 17.
Actual behavior
NavigationLink in example SwiftCaseStudies-> "NavigateAndLoadList" in iOS 17 has warning
Steps to reproduce
Just open example SwiftCaseStudies->"NavigateAndLoadList"
The Composable Architecture version information
1.7
Destination operating system
iOS 17
Xcode version information
lastest
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions