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