Skip to content

Commit 4ff1b56

Browse files
stephencelismluisbrown
authored andcommitted
Fix root reducer (#374)
1 parent 04c1a82 commit 4ff1b56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Examples/CaseStudies/SwiftUICaseStudies/00-Core.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ let rootReducer = Reducer<RootState, RootAction, RootEnvironment>.combine(
115115
action: /RootAction.bindingBasics,
116116
environment: { _ in .init() }
117117
),
118+
bindingFormReducer
119+
.pullback(
120+
state: \.bindingForm,
121+
action: /RootAction.bindingForm,
122+
environment: { _ in .init() }
123+
),
118124
clockReducer
119125
.pullback(
120126
state: \.clock,

0 commit comments

Comments
 (0)