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