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