Skip to content

Commit

Permalink
Update StackBasedNavigation.md (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliyzaycev authored Sep 20, 2023
1 parent 50f8e0d commit 3caca5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ struct Feature: Reducer {
@PresentationState var counter: CounterFeature.State?
}
enum Action: Equatable {
case counter(CounterFeature.Action)
case counter(PresentationAction<CounterFeature.Action>)
}
var body: some ReducerOf<Self> {
Reduce { state, action in
Expand Down

0 comments on commit 3caca5c

Please sign in to comment.