Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed mobx ES6 import warning #26

Merged
merged 1 commit into from
Jun 26, 2017
Merged

Conversation

pastelsky
Copy link
Contributor

MobX introduced a warning in one of it's recent versions which says -

Using default export (`import mobx from 'mobx'`) is deprecated and won’t work in mobx@4.0.0
Use `import * as mobx from 'mobx'` instead

Due to this, users of mobx-remotedev get a warning logged in their console. This fixes that.

@zalmoxisus
Copy link
Owner

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants