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
In #16467Ember.EXTEND_PROTOTYPES was removed from the framework. Common libraries like ember-inflector use this value (source) and we need to have an intimate API deprecation cycle here.
For example:
Object.defineProperty(Ember,'EXTEND_PROTOTYPES',{enumerable: false,get(){deprecate('Accessing Ember.EXTEND_PROTOTYPES is deprecated, please migrate to Ember.ENV.EXTEND_PROTOTYPES');returnENV.EXTEND_PROTOTYPES;}});
In #16467
Ember.EXTEND_PROTOTYPES
was removed from the framework. Common libraries like ember-inflector use this value (source) and we need to have an intimate API deprecation cycle here.For example:
(where the value used to be set: source)
/cc @rwjblue
The text was updated successfully, but these errors were encountered: