arrow_backBACK TO DRILLS
Blue Beltusereducer
Returning partial reducer state bug
A reducer handling { name, age } state returns { age: state.age + 1 } after an increment action. What problem occurs?
A reducer handling { name, age } state returns { age: state.age + 1 } after an increment action. What problem occurs?