We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99722b5 commit 527989fCopy full SHA for 527989f
src/combineReducers.js
@@ -44,7 +44,7 @@ function getUnexpectedStateShapeWarningMessage(inputState, reducers, action, une
44
unexpectedKeyCache[key] = true
45
})
46
47
- if (action && action.type == ActionTypes.REPLACE) return
+ if (action && action.type === ActionTypes.REPLACE) return
48
49
if (unexpectedKeys.length > 0) {
50
return (
0 commit comments