Skip to content

Commit caccbca

Browse files
committed
Add missing error
1 parent 81d9706 commit caccbca

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
@@ -36,5 +36,6 @@
3636
"34": "selectSlice returned undefined for an uninjected slice reducer",
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",
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"
4041
}

0 commit comments

Comments
 (0)