We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ex. import get from 'ember-metal/get'; -> import { get } from '@ember/object';, once ember-cli-shims 1.2.0 is released.
import get from 'ember-metal/get';
import { get } from '@ember/object';
ember-cli-shims
The text was updated successfully, but these errors were encountered:
@zeppelin PR is appreciated :) or I'll do it as soon as shims will be available )
Sorry, something went wrong.
Related: ember-cli/ember-cli-shims#127
This should be fixed by #33
Released as part o 0.7.0, thanks to @mydea :)
No branches or pull requests
Ex.
import get from 'ember-metal/get';
->import { get } from '@ember/object';
, onceember-cli-shims
1.2.0 is released.The text was updated successfully, but these errors were encountered: