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
Copy file name to clipboardExpand all lines: errors.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
{
2
2
"0": "prepareAction did not return an object",
3
-
"1": "\"reducer\" is a required argument, and must be a function or an object of functions that can be passed to combineReducers",
4
-
"2": "\"middleware\" field must be a callback",
3
+
"1": "`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers",
4
+
"2": "`middleware` field must be a callback",
5
5
"3": "when using a middleware builder function, an array of middleware must be returned",
6
6
"4": "each middleware provided to configureStore must be a function",
7
-
"5": "\"enhancers\" field must be a callback",
8
-
"6": "\"enhancers\" callback must return an array",
7
+
"5": "`enhancers` field must be a callback",
8
+
"6": "`enhancers` callback must return an array",
9
9
"7": "each enhancer provided to configureStore must be a function",
10
10
"8": "The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer",
11
11
"9": "A case reducer on a non-draftable value must not return undefined",
@@ -28,7 +28,7 @@
28
28
"26": "`builder.addCase` should only be called before calling `builder.addMatcher`",
29
29
"27": "`builder.addCase` should only be called before calling `builder.addDefaultCase`",
30
30
"28": "`builder.addCase` cannot be called with an empty action type",
31
-
"29": "\\`builder.addCase\\` cannot be called with two reducers for the same action type ''",
31
+
"29": "`builder.addCase` cannot be called with two reducers for the same action type ''",
32
32
"30": "`builder.addMatcher` should only be called before calling `builder.addDefaultCase`",
33
33
"31": "`builder.addDefaultCase` can only be called once",
34
34
"32": " is not a function",
@@ -38,4 +38,4 @@
38
38
"36": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function.",
39
39
"37": "Warning: Middleware for RTK-Query API at reducerPath \"\" has not been added to the store.\n You must add the middleware for RTK-Query to function correctly!",
40
40
"38": "Cannot refetch a query that has not been started yet."
0 commit comments