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
This is because we're trying to set the value on a deleted ember data object. What's happening is herethis.get('isDestroying') is false which means we're going to call _updateValue() and go 💥 .
When you navigate to the dummy apps
/ember-data
route and then try to navigate away look in the console for an error. Should be:This is because we're trying to set the value on a deleted ember data object. What's happening is here
this.get('isDestroying')
isfalse
which means we're going to call_updateValue()
and go 💥 .Possibly related to:
emberjs/ember.js#13775
emberjs/ember.js#14110
emberjs/ember.js#14159
Version of x-select:
v2.2.1
Ember Version / Ember CLI Version:
Ember Version: Ember beta
Ember CLI Version: 2.7
Expected Behavior
Navigate to the
/ember-data
route in the dummy app and then navigate away. There should be no console errors.Actual Behavior
When you navigate away from the
/ember-data
route it goes 💥Steps To Reproduce:
/ember-data
The text was updated successfully, but these errors were encountered: