-
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.
Silence SwiftUI sendability warning (#2540)
Fixes #2539. We expect reducers to be called on the main thread, so the transaction should hopefully be safe to commute across non-sendable boundaries, but we should keep this workaround in mind when we do polish TCA's sendability story in the future.
- Loading branch information
1 parent
bb36c13
commit 9abf1e3
Showing
2 changed files
with
16 additions
and
15 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
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