Skip to content

Commit 35595ad

Browse files
committed
This already defaults to any
1 parent 014936e commit 35595ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const thunk = createThunkMiddleware() as ThunkMiddleware & {
4040
withExtraArgument<
4141
ExtraThunkArg,
4242
State = any,
43-
BasicAction extends Action<any> = AnyAction
43+
BasicAction extends Action = AnyAction
4444
>(
4545
extraArgument: ExtraThunkArg
4646
): ThunkMiddleware<State, BasicAction, ExtraThunkArg>

0 commit comments

Comments
 (0)