« All deprecation guides
Deprecation Guide for Ember._isDestroying
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';