Skip to content

Commit 7e8cf39

Browse files
stephencelismluisbrown
authored andcommitted
Introduce WithViewStore.init(_:observe:send:...) (#1339)
* wip * Introduce `WithViewStore.init(_:observe:send:...)` * Update examples * wip * typo * wip (cherry picked from commit bef2084cb26263f08a959aa00b127edfbc2df267) # Conflicts: # Sources/ComposableArchitecture/Internal/Deprecations.swift # Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift # Sources/ComposableArchitecture/SwiftUI/TextState.swift # Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift
1 parent bdb6299 commit 7e8cf39

File tree

48 files changed

+1377
-1196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1377
-1196
lines changed

Examples/CaseStudies/SwiftUICaseStudies/00-Core.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ReactiveSwift
33
import UIKit
44
import XCTestDynamicOverlay
55

6-
struct RootState {
6+
struct RootState: Equatable {
77
var alertAndConfirmationDialog = AlertAndConfirmationDialogState()
88
var animation = AnimationsState()
99
var bindingBasics = BindingBasicsState()

0 commit comments

Comments
 (0)