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