Ember 3.8.3 deprecation warning
Hello. I am having a deprecation warning related to https://deprecations.emberjs.com/v3.x/#toc_remove-handler-infos from this addon, the file: "ember-component-css/addon/initializers/route-styles.js" uses the old API: "this._routerMicrolib.currentHandlerInfos".
https://github.com/ebryn/ember-component-css/blob/6c669ed44deb26d66b9ee98641fd3d10a53fcf49/index.js#L153-L169
we pull out the initializer in versions after 3.6, so it shouldn’t be in there. Are you using the latest version?
strange, yes I'm using the "v0.7.4"
are all of your addons on the newest version?
@webark no, what happens when isn't?