Remove type alias for Xcode 12.5 compatibility (#371)

* Remove type alias

* Fix a few warnings
This commit is contained in:
Stephen Celis
2021-02-01 14:55:29 -05:00
committed by GitHub
parent 636f3facdc
commit e51fb00d1f
4 changed files with 12 additions and 16 deletions

View File

@@ -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.