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