-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Deprecation warnings with Ember 3.27 #70
Comments
This is currently biting ember-metrics too. We're looking into refactor out our usages of |
I think you can add something like: const _Ember = typeof require === 'function' && typeof require.has === 'function' && require.has('ember') ? require('ember') : Ember; Then update those usages to use |
This is an issue for at least |
This has been fixed by #89. |
All these usages cause Ember 3.27 to trigger deprecation warnings. It would be nice to have those fixed before Ember 4 as otherwise
ember-classic-decorator
won't be usable with it.Somewhat related to #63.
The text was updated successfully, but these errors were encountered: