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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,5 +34,7 @@
34
34
"32": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function.",
35
35
"33": "Existing Redux context detected. If you already have a store set up, please use the traditional Redux setup.",
36
36
"34": "selectSlice returned undefined for an uninjected slice reducer",
37
-
"35": "Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`."
37
+
"35": "Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.",
38
+
"36": "`context.addCase` cannot be called with an empty action type",
39
+
"37": "`context.addCase` cannot be called with two reducers for the same action type: type"
0 commit comments