Skip to content

Commit 687e2fe

Browse files
author
ben.durrant
committed
"fix" type
1 parent 8c0d688 commit 687e2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindActionCreators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { kindOf } from './utils/kindOf'
44

55
function bindActionCreator<A extends Action>(
66
actionCreator: ActionCreator<A>,
7-
dispatch: Dispatch
7+
dispatch: Dispatch<A>
88
) {
99
return function (this: any, ...args: any[]) {
1010
return dispatch(actionCreator.apply(this, args))

0 commit comments

Comments
 (0)