Skip to content

Commit ea2bdec

Browse files
committed
Update errors.json
1 parent bac80c0 commit ea2bdec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

errors.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434
"32": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function.",
3535
"33": "Existing Redux context detected. If you already have a store set up, please use the traditional Redux setup.",
3636
"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"
3840
}

0 commit comments

Comments
 (0)