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 upgraded to ember-component-css 0.6.0 and found that currentRouteName and currentURL on the router service are both null. I use a pods project layout and route styles
I upgraded to ember-component-css 0.6.0 and found that
currentRouteName
andcurrentURL
on therouter
service are both null. I use a pods project layout and route stylesThis appears to be caused by this removal of a call to super: 6ff9a44#diff-a34e9abb0ed27cb3f049651554b3e977L7
Restoring that call to super restores
currentRouteName
on therouter
service.I'm not sure on the intent on removing the call, I can submit a PR to restore it if it would be useful?
The text was updated successfully, but these errors were encountered: