Skip to content

Commit 8c1a64f

Browse files
committed
update errors.json
1 parent 27950e1 commit 8c1a64f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

errors.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"41": "Cannot use reserved creator type: ",
4444
"42": "Unsupported reducer type: ",
4545
"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: \"\""
4750
}

0 commit comments

Comments
 (0)