Skip to content

Commit

Permalink
Fix type of extras.onReactionError
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 authored Aug 15, 2017
1 parent 3d47b59 commit cd01d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-typed/mobx.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare module "mobx" {
spyReportEnd: (change?: any) => void,
spyReportStart: (event: any) => void,
setReactionScheduler: (fn: (f: () => void) => void) => void,
onReactionError: (error: Error) => void
onReactionError: ((error: Error) => void) => void
}

declare var extras: Extras
Expand Down

0 comments on commit cd01d78

Please sign in to comment.