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