Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 297 Bytes

deprecate-import--proxy-mixin-from-ember.md

File metadata and controls

17 lines (13 loc) · 297 Bytes
title until since parent
Ember._ProxyMixin
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _ProxyMixin could be accessed via the Ember import:

import Ember from 'ember';

Ember._ProxyMixin

_ProxyMixin is also private.

There is no replacement for this API.