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 38537c3 commit c37b977Copy full SHA for c37b977
errors.json
@@ -41,5 +41,6 @@
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",
44
- "42": "Duplicate middleware references found when creating the store. Ensure that each middleware is only included once."
+ "42": "Duplicate middleware references found when creating the store. Ensure that each middleware is only included once.",
45
+ "43": "`builder.addAsyncThunk` should only be called before calling `builder.addDefaultCase`"
46
}
0 commit comments