You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing ember-legacy-views fixes the issue, since it defines Ember.View. This should either not be required (preferred), or installing ember-key-responder should automatically install ember-legacy-view as well.
The text was updated successfully, but these errors were encountered:
This is now particularly annoying as Ember / Ember CLI 2.4 (released today) throw a deprecation warning about ember-legacy-views being included in the app.
Installing this addon in a 2.x Ember application causes an error:
I suspect from the stack trace this is due to the addon trying to create a view. This code is triggered by the instance initializer trying to look up this view.
Installing
ember-legacy-views
fixes the issue, since it definesEmber.View
. This should either not be required (preferred), or installingember-key-responder
should automatically installember-legacy-view
as well.The text was updated successfully, but these errors were encountered: