adopted-ember-addons / ember-notify

Notification messages for your Ember.js app
MIT License
264 stars 100 forks source link

Fix deprecation in Ember 3.27+, import error in Ember 4.x #176

Closed maxfierke closed 3 years ago

maxfierke commented 3 years ago

In Ember 3.27+, accessing oneWay off of computed will throw a deprecation warning, which turns into a hard error in Ember 4.x (currently ember-beta). Instead, we can fix it to directly import oneWay from the @ember/object/computed module