Skip to content

Commit

Permalink
Merge pull request #1136 from fb55/patch-2
Browse files Browse the repository at this point in the history
Fix type of extras.onReactionError
  • Loading branch information
mweststrate authored Aug 31, 2017
2 parents 562f935 + cd01d78 commit 1802fc9
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 1802fc9

Please sign in to comment.