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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,5 +37,6 @@
37
37
"35": "Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.",
38
38
"36": "`context.addCase` cannot be called with an empty action type",
39
39
"37": "`context.addCase` cannot be called with two reducers for the same action type: type",
40
-
"38": "No insert provided for key not already in map"
40
+
"38": "No insert provided for key not already in map",
41
+
"39": "\\`builder.addCase\\` cannot be called with two reducers for the same action type ''"
0 commit comments