Skip to content

Commit

Permalink
Fixed mobx import from 'mobx/src' to 'mobx/dist'
Browse files Browse the repository at this point in the history
  • Loading branch information
jskupsik committed Nov 27, 2023
1 parent 8685b79 commit fa93c3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/HoistBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ import {
when as mobxWhen
} from '@xh/hoist/mobx';
import {IAutorunOptions, IReactionOptions} from 'mobx/dist/api/autorun';
import {IReactionDisposer} from 'mobx/dist/internal';
import {IEqualsComparer} from 'mobx/src/internal';
import {IReactionDisposer, IEqualsComparer} from 'mobx/dist/internal';

export interface HoistBaseClass {
new (...args: any[]): HoistBase;
Expand Down

0 comments on commit fa93c3b

Please sign in to comment.