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