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