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