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 888af2f commit 3810aeeCopy full SHA for 3810aee
Sources/ComposableArchitecture/Documentation.docc/Articles/MigratingToTheReducerProtocol.md
@@ -251,10 +251,10 @@ struct AppReducer: ReducerProtocol {
251
Scope(state: \.tabA, action: /Action.tabA) {
252
TabA()
253
}
254
- Scope(state: \.tabB, action: /Action.tabC) {
+ Scope(state: \.tabB, action: /Action.tabB) {
255
TabB()
256
257
+ Scope(state: \.tabC, action: /Action.tabC) {
258
TabC()
259
260
0 commit comments