Skip to content

Commit 9ef5ff9

Browse files
committed
update errors.json
1 parent f3fd32f commit 9ef5ff9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

errors.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@
3131
"29": "`builder.addCase` cannot be called with an empty action type",
3232
"30": "`builder.addCase` cannot be called with two reducers for the same action type",
3333
"31": "\"middleware\" field must be a callback",
34-
"32": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function."
35-
}
34+
"32": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function.",
35+
"33": "Existing Redux context detected. If you already have a store set up, please use the traditional Redux setup.",
36+
"34": "selectSlice returned undefined for an uninjected slice reducer"
37+
}

0 commit comments

Comments
 (0)