Unknown Actions
Learn how to resolve issues when there are unknown actions present.
We'll cover the following...
One last issue to test with reducers is that they gracefully handle unknown actions and return the original state passed to them without modifications.
Since every action can propagate to the whole reducer tree, the reducer needs to return the original state ...