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
@@ -38,5 +38,7 @@
38
38
"36": "When using custom hooks for context, all hooks need to be provided: .\\nHook was either not provided or not a function.",
39
39
"37": "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!",
40
40
"38": "Cannot refetch a query that has not been started yet.",
41
-
"39": "called \\`injectEndpoints\\` to override already-existing endpointName without specifying \\`overrideExisting: true\\`"
41
+
"39": "called \\`injectEndpoints\\` to override already-existing endpointName without specifying \\`overrideExisting: true\\`",
42
+
"40": "maxPages for endpoint '' must be a number greater than 0",
43
+
"41": "getPreviousPageParam for endpoint '' must be a function if maxPages is used"
0 commit comments