Skip to content

Commit 527989f

Browse files
committed
Triple equals for lint
1 parent 99722b5 commit 527989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/combineReducers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function getUnexpectedStateShapeWarningMessage(inputState, reducers, action, une
4444
unexpectedKeyCache[key] = true
4545
})
4646

47-
if (action && action.type == ActionTypes.REPLACE) return
47+
if (action && action.type === ActionTypes.REPLACE) return
4848

4949
if (unexpectedKeys.length > 0) {
5050
return (

0 commit comments

Comments
 (0)