« All deprecation guides
Deprecation Guide for Ember.NativeArray
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';