Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 404 Bytes

deprecate-import--associate-destroyable-child-from-ember.md

File metadata and controls

19 lines (15 loc) · 404 Bytes
title until since parent
Ember._associateDestroyableChild
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _associateDestroyableChild could be accessed via the Ember import:

import Ember from 'ember';

Ember._associateDestroyableChild

If needed, _associateDestroyableChild can be imported:

import { associateDestroyableChild } from '@ember/destroyable';