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
Okay I found why this error is happening. I subclassed your addon several times and I imported the router by using the import Router from 'app/router' instead of injecting it in an initializer. So now I'll inject the router and applicationController in every subclass / extension of your addon. Not really elegant. Do you think there's a better way to do this?
In Ember 1.12.1 I got the following error:
Uncaught TypeError: Cannot read property 'currentHandlerInfos' of null.
I tried to debug this and when I do this.get('router') I get function Class();On a page where the breadcrumbs are working I also did this.get('router') and there I received a class with the properties as expected.
Do you have an idea why this is happening? Meanwhile I'll also try to fix it.
The text was updated successfully, but these errors were encountered: