« All deprecation guides
Deprecation Guide for Ember._assertDestroyablesDestroyed
until: 7.0.0
id: deprecate-import--assert-destroyables-destroyed-from-ember
Previously, _assertDestroyablesDestroyed
could be accessed via the Ember
import:
import Ember from 'ember';
Ember._assertDestroyablesDestroyed
If needed, _assertDestroyablesDestroyed
can be imported:
import { assertDestroyablesDestroyed } from '@ember/destroyable';