Skip to content

Commit 9501bc4

Browse files
committed
Add missing error message
1 parent c2abb27 commit 9501bc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"13": "The slice reducer for key \"\" returned undefined when probed with a random type. Don't try to handle '' or other actions in \"redux/*\" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.",
1616
"14": "When called with an action of type , the slice reducer for key \"\" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.",
1717
"15": "Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.",
18-
"16": "bindActionCreators expected an object or a function, but instead received: ''. Did you write \"import ActionCreators from\" instead of \"import * as ActionCreators from\"?"
18+
"16": "bindActionCreators expected an object or a function, but instead received: ''. Did you write \"import ActionCreators from\" instead of \"import * as ActionCreators from\"?",
19+
"17": "Action \"type\" property must be a string. Instead, the actual type was: ''. Value was: '' (stringified)"
1920
}

0 commit comments

Comments
 (0)