We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fd32f commit 9ef5ff9Copy full SHA for 9ef5ff9
errors.json
@@ -31,5 +31,7 @@
31
"29": "`builder.addCase` cannot be called with an empty action type",
32
"30": "`builder.addCase` cannot be called with two reducers for the same action type",
33
"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
-}
+ "32": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function.",
+ "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