You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor combineReduer's Unexpected State Shape Warning
The shape of the previous state is irrelevant, what we’re actually
testing is that state has the same shape as our reducer object
`finalReducers`.
Also fixes the algorithm to be O(n) by using `#hasOwnProperty` vs doing
an array search.
0 commit comments