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
@@ -36,5 +36,6 @@
36
36
"34": "selectSlice returned undefined for an uninjected slice reducer",
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
-
"37": "`context.addCase` cannot be called with two reducers for the same action type: type"
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"
0 commit comments