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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,5 +43,8 @@
43
43
"41": "Cannot use reserved creator type: ",
44
44
"42": "Unsupported reducer type: ",
45
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\\`"
46
+
"44": "called \\`injectEndpoints\\` to override already-existing endpointName without specifying \\`overrideExisting: true\\`",
47
+
"45": "context.exposeAction cannot be called twice for the same reducer definition: reducerName",
48
+
"46": "context.exposeCaseReducer cannot be called twice for the same reducer definition: reducerName",
49
+
"47": "Could not find \"\" slice in state. In order for slice creators to use \\`context.selectSlice\\`, the slice must be nested in the state under its reducerPath: \"\""
0 commit comments