Skip to content

Commit

Permalink
Fixed small build compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 6, 2017
1 parent 28ac1d6 commit daf2282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ registerGlobals();

export { IAtom, Atom, BaseAtom } from "./core/atom";
export { IObservable, IDepTreeNode } from "./core/observable";
export { Reaction, IReactionPublic } from "./core/reaction";
export { Reaction, IReactionPublic, IReactionDisposer } from "./core/reaction";
export { IDerivation, untracked, IDerivationState } from "./core/derivation";
export { useStrict, isStrictModeEnabled } from "./core/action";
export { spy } from "./core/spy";
Expand Down

0 comments on commit daf2282

Please sign in to comment.