Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 329 Bytes

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

File metadata and controls

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

Previously, _RegistryProxyMixin could be accessed via the Ember import:

import Ember from 'ember';

Ember._RegistryProxyMixin

_RegistryProxyMixin is also private.

There is no replacement for this API.