« All deprecation guides

Deprecation Guide for Ember.EngineInstance

until: 6.0.0
id: deprecate-import-engine-instance-from-ember

Previously, EngineInstance could be accessed via the Ember import:

import Ember from 'ember';

Ember.EngineInstance

If needed, EngineInstance can be imported:

import Engine from '@ember/engine/instance';