« All deprecation guides
Deprecation Guide for Ember.PromiseProxyMixin
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';