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