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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,5 +42,6 @@
42
42
"40": "Please use reducer creators passed to callback. Each reducer definition must have a `_reducerDefinitionType` property indicating which handler to use.",
43
43
"41": "Cannot use reserved creator type: ",
44
44
"42": "Unsupported reducer type: ",
45
-
"43": "If provided, `asyncThunk` creator must be `asyncThunkCreator` from '@reduxjs/toolkit'"
45
+
"43": "If provided, `asyncThunk` creator must be `asyncThunkCreator` from '@reduxjs/toolkit'",
46
+
"44": "called \\`injectEndpoints\\` to override already-existing endpointName without specifying \\`overrideExisting: true\\`"
0 commit comments