« All deprecation guides
Deprecation Guide for Ember._associateDestroyableChild
until: 7.0.0
id: deprecate-import--associate-destroyable-child-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';