« All deprecation guides

Deprecation Guide for Ember.isEqual

until: 6.0.0
id: deprecate-import-is-equal-from-ember

Previously, isEqual could be accessed via the Ember import:

import Ember from 'ember';

Ember.isEqual

If needed, isEqual can be imported:

import { isEqual } from '@ember/utils';