Skip to content

Commit 2da5f0d

Browse files
committed
Fix CombinedSliceReducer type issue
1 parent 3befbb6 commit 2da5f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/combineSlices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export interface CombinedSliceReducer<
121121
config?: InjectConfig,
122122
): CombinedSliceReducer<
123123
InitialState,
124-
Id<DeclaredState & WithSlice<SliceLike<ReducerPath, String>>>
124+
Id<DeclaredState & WithSlice<SliceLike<ReducerPath, State>>>
125125
>
126126

127127
/**

0 commit comments

Comments
 (0)