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