Skip to content

Commit

Permalink
Fix CombinedSliceReducer type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 8, 2024
1 parent 3befbb6 commit 2da5f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/combineSlices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export interface CombinedSliceReducer<
config?: InjectConfig,
): CombinedSliceReducer<
InitialState,
Id<DeclaredState & WithSlice<SliceLike<ReducerPath, String>>>
Id<DeclaredState & WithSlice<SliceLike<ReducerPath, State>>>
>

/**
Expand Down

0 comments on commit 2da5f0d

Please sign in to comment.