Skip to content

Commit 7535aec

Browse files
committed
Add new error message
1 parent cce57b7 commit 7535aec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

errors.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"28": "Cannot refetch a query that has not been started yet.",
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",
33-
"31": "\"middleware\" field must be a callback"
34-
}
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+
}

0 commit comments

Comments
 (0)