« All deprecation guides

Deprecation Guide for Ember.MutableArray

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

Previously, MutableArray could be accessed via the Ember import:

import Ember from 'ember';

Ember.MutableArray

If needed, MutableArray can be imported:

import MutableArray  from '@ember/array/mutable';