mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Remove type alias for Xcode 12.5 compatibility (#371)
* Remove type alias * Fix a few warnings
This commit is contained in:
@@ -111,8 +111,6 @@ extension WithViewStore: DynamicViewContent where State: Collection, Content: Dy
|
||||
/// from store state.
|
||||
@available(iOS 14, macOS 11, tvOS 14, watchOS 7, *)
|
||||
extension WithViewStore: Scene where Content: Scene {
|
||||
public typealias Body = Content
|
||||
|
||||
/// Initializes a structure that transforms a store into an observable view store in order to
|
||||
/// compute scenes from store state.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user