Skip to content

Commit f1d62bc

Browse files
authored
Fix UIKit's "Navigate and Load" study (#1807)
1 parent 8f356ef commit f1d62bc

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
@@ -42,6 +42,9 @@ struct EagerNavigation: ReducerProtocol {
4242
return .none
4343
}
4444
}
45+
.ifLet(\.optionalCounter, action: /Action.optionalCounter) {
46+
Counter()
47+
}
4548
}
4649
}
4750

0 commit comments

Comments
 (0)