You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ember new classic-decorator-bug
cd classic-decorator-bug
ember install ember-classic-decorator
ember serve
You'll see a bunch of Importing from @ember/string without having the @ember/string package in your project is deprecated. warnings in the console. They shouldn't be there as a brand-new Ember app doesn't have them. Remove ember-classic-decorator and run the app to see.
The text was updated successfully, but these errors were encountered:
There is currently no way to always get the correct (external) version of @ember/string and resolve the deprecation. That apps get the incorrect version with the install of this addon is coincidental, I believe.
ember new classic-decorator-bug cd classic-decorator-bug ember install ember-classic-decorator ember serve
You'll see a bunch of
Importing from @ember/string without having the @ember/string package in your project is deprecated.
warnings in the console. They shouldn't be there as a brand-new Ember app doesn't have them. Removeember-classic-decorator
and run the app to see.The text was updated successfully, but these errors were encountered: