Closed maxfierke closed 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
oneWay
computed
ember-beta
@ember/object/computed
In Ember 3.27+, accessing
oneWay
off ofcomputed
will throw a deprecation warning, which turns into a hard error in Ember 4.x (currentlyember-beta
). Instead, we can fix it to directly importoneWay
from the@ember/object/computed
module