« All deprecation guides

Deprecation Guide for Ember.PromiseProxyMixin

until: 6.0.0
id: deprecate-import-promise-proxy-mixin-from-ember

Previously, PromiseProxyMixin could be accessed via the Ember import:

import Ember from 'ember';

Ember.PromiseProxyMixin

If needed, PromiseProxyMixin can be imported:

import EmberPromiseProxyMixin from '@ember/object/promise-proxy-mixin';