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