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