We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8f661 commit 34463e0Copy full SHA for 34463e0
Sources/ComposableArchitecture/Internal/Deprecations.swift
@@ -121,7 +121,7 @@ extension Store {
121
extension TestStore {
122
@available(
123
*, deprecated,
124
- message: "Test the reducer domain directly. To test view state and actions, write a unit test."
+ message: "Pass a closure as the reducer."
125
)
126
public convenience init<R: ReducerProtocol>(
127
initialState: @autoclosure () -> State,
0 commit comments