mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Swift 5.7 fixes (#1089)
* Fix Swift 5.7 warnings * Fix Swift 5.7 threading issue
This commit is contained in:
@@ -86,7 +86,6 @@ where Data: Collection, ID: Hashable, Content: View {
|
||||
@ViewBuilder content: @escaping (Store<EachState, EachAction>) -> EachContent
|
||||
)
|
||||
where
|
||||
EachContent: View,
|
||||
Data == IdentifiedArray<ID, EachState>,
|
||||
Content == WithViewStore<
|
||||
OrderedSet<ID>, (ID, EachAction), ForEach<OrderedSet<ID>, ID, EachContent>
|
||||
|
||||
Reference in New Issue
Block a user