« All deprecation guides
Deprecation Guide for Ember.expandProperties
Previously, expandProperties could be accessed via the Ember import:
import Ember from 'ember';
Ember.expandProperties
If needed, expandProperties can be imported:
import { expandProperties } from '@ember/object/computed';