Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 339 Bytes

deprecate-import--is-destroying-from-ember.md

File metadata and controls

19 lines (15 loc) · 339 Bytes
title until since parent
Ember._isDestroying
7.0.0
6.5.0
deprecate-import-ember-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';