Skip to content

Commit 2bcc43a

Browse files
tgrapperonmluisbrown
authored andcommitted
Fix UIKit's "Navigate and Load" study (#1807)
(cherry picked from commit f1d62bc41358ce5843c55bb1ee7106066bc83862)
1 parent 33de89e commit 2bcc43a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Examples/CaseStudies/UIKitCaseStudies/NavigateAndLoad.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ struct EagerNavigation: ReducerProtocol {
4141
return .none
4242
}
4343
}
44+
.ifLet(\.optionalCounter, action: /Action.optionalCounter) {
45+
Counter()
46+
}
4447
}
4548
}
4649

0 commit comments

Comments
 (0)