You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: errors.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,7 @@
27
27
"25": "When using `fakeBaseQuery`, all queries & mutations must use the `queryFn` definition syntax.",
28
28
"26": "Warning: Middleware for RTK-Query API at reducerPath \"\" has not been added to the store.\nYou must add the middleware for RTK-Query to function correctly!",
29
29
"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!",
30
-
"28": "Cannot refetch a query that has not been started yet."
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"
0 commit comments