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 cce57b7 commit 7535aecCopy full SHA for 7535aec
errors.json
@@ -30,5 +30,6 @@
30
"28": "Cannot refetch a query that has not been started yet.",
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
-}
+ "31": "\"middleware\" field must be a callback",
+ "32": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function."
35
+}
0 commit comments