Replies: 1 comment
-
|
OK, it turns out there is an open PR addressing the issue #3418. Probably, the tutorial should elaborate why we need to use |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I am not sure if this is an old issue.
In the tutorial https://swiftpackageindex.com/pointfreeco/swift-composable-architecture/1.22.3/tutorials/composablearchitecture/01-04-composingfeatures, when we stop the timer on the first tab, the timer also stops on the second tab. This is probably because the cancellation ID is the same.
* I added
nonisolateddue to "Main actor-isolated conformance of 'CounterFeature.CancelID' to 'Hashable' cannot satisfy conformance requirement for a 'Sendable' type parameter" error in Xcode 26.Beta Was this translation helpful? Give feedback.
All reactions