« All deprecation guides
Deprecation Guide for Ember.toString
until: 7.0.0
id: deprecate-import-to-string-from-ember
Previously, toString
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.toString
There is no replacement for this API.