ciena-frost / ember-frost-navigation

https://ciena-frost.github.io/ember-frost-navigation/
MIT License
7 stars 17 forks source link

Trying to modify destroyed service? #204

Closed job13er closed 7 years ago

job13er commented 7 years ago

I've been seeing the following error in an addon that's consuming ember-frost-navigation:

 Error: Assertion Failed: calling set on destroyed object: <dummy@service:frost-navigation::ember2063>._activeCategory = [object Null] (http://localhost:7357/assets/vendor.js:34795)

It's very strange because it happens in a test way after anything to do with ember-frost-navigation. I tried guarding against the component itself being destroyed in #203, but that didn't seem to work. I'm gonna try guarding against the service itself being destroyed next.