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
I was trying to unload/delete a record on willTransition of a route while looking at the inspector to check if its removed.
When the record was unloaded/deleted the app would then freeze.
If I close the inspector and repeat this , then the record is unloaded/deleted successfully without freezing the app and I can then open up the inspector and see everything working fine.
Tested on
Chrome Version 62.0.3202.62 (Official Build) (64-bit)
Ember Inspector | 2.3.0
Ember | 2.12.2
Ember Data | 2.16.3
The text was updated successfully, but these errors were encountered:
I was trying to unload/delete a record on
willTransition
of a route while looking at the inspector to check if its removed.When the record was unloaded/deleted the app would then freeze.
If I close the inspector and repeat this , then the record is unloaded/deleted successfully without freezing the app and I can then open up the inspector and see everything working fine.
Tested on
The text was updated successfully, but these errors were encountered: