Solutionunvalidated
Adjust `counterReducer` to return and update the counter value directly (treat `state` as a number) rather than using `state.counter`.
7350ebb5-239f-4b13-af43-3a1561175b4b
Adjust counterReducer to return and update the counter value directly (treat state as a number) rather than using state.counter.