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 6231891 commit 94b7945Copy full SHA for 94b7945
packages/toolkit/src/combineSlices.ts
@@ -56,7 +56,7 @@ export type InjectConfig = {
56
export interface CombinedSliceReducer<
57
InitialState,
58
DeclaredState = InitialState
59
-> extends Reducer<DeclaredState, AnyAction> {
+> extends Reducer<DeclaredState, AnyAction, Partial<DeclaredState>> {
60
/**
61
* Provide a type for slices that will be injected lazily.
62
*
0 commit comments