Skip to content

Commit

Permalink
Merge pull request #1195 from unlabeled/master
Browse files Browse the repository at this point in the history
Mobx flow typing fix. Issue #1194.
  • Loading branch information
mweststrate authored Oct 17, 2017
2 parents d94ca91 + 062d50e commit ea6c823
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) => void
onReactionError: (func: (error: Error) => void) => void
}

declare var extras: Extras
Expand Down

0 comments on commit ea6c823

Please sign in to comment.