« All deprecation guides

Deprecation Guide for Ember.isArray

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

Previously, isArray could be accessed via the Ember import:

import Ember from 'ember';

Ember.isArray

If needed, isArray can be imported:

import { isArray }  from '@ember/array';