Skip to content

Commit 49d81e7

Browse files
committed
Add error code
1 parent ad6429c commit 49d81e7

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
@@ -37,5 +37,6 @@
3737
"35": "Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.",
3838
"36": "`context.addCase` cannot be called with an empty action type",
3939
"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 ''"
4142
}

0 commit comments

Comments
 (0)