Skip to content

Commit de56e95

Browse files
committed
Add new error entry
1 parent 7cd3fd5 commit de56e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"27": "Warning: Middleware for RTK-Query API at reducerPath \"\" has not been added to the store.\n You must add the middleware for RTK-Query to function correctly!",
3030
"28": "Cannot refetch a query that has not been started yet.",
3131
"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"
32+
"30": "`builder.addCase` cannot be called with two reducers for the same action type",
33+
"31": "\"middleware\" field must be a callback"
3334
}

0 commit comments

Comments
 (0)