Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 333 Bytes

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

File metadata and controls

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

Previously, _ContainerProxyMixin could be accessed via the Ember import:

import Ember from 'ember';

Ember._ContainerProxyMixin

_ContainerProxyMixin is also private.

There is no replacement for this API.