-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add explicit @mainactor to NavigationLink initializer #3430
Add explicit @mainactor to NavigationLink initializer #3430
Conversation
Fixes the "Conformance of 'Notification' to 'Sendable' is unavailable" error
This reverts commit d8cb070.
Examples/CaseStudies/SwiftUICaseStudies/03-Effects-LongLiving.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @chrisjrex! We will get this merged and released sometime today (along with swiftui-navigation).
…swift Co-authored-by: Brandon Williams <[email protected]>
@chrisjrex Wanna bump the package to this version of Swift Navigation? https://github.com/pointfreeco/swift-navigation/releases/tag/2.2.2 Once you do that we can run CI and merge! |
@stephencelis done. 🙂 |
This works around regression in behavior introduced by Xcode 16 beta 3.
Following on from the fix applied to
swift-navigation
.