ember-component-css icon indicating copy to clipboard operation
ember-component-css copied to clipboard

Ember 3.8.3 deprecation warning

Open pablogravielseo opened this issue 6 years ago • 4 comments

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".

pablogravielseo avatar Aug 15 '19 14:08 pablogravielseo

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?

webark avatar Aug 15 '19 14:08 webark

strange, yes I'm using the "v0.7.4"

pablogravielseo avatar Aug 15 '19 16:08 pablogravielseo

are all of your addons on the newest version?

webark avatar Aug 15 '19 17:08 webark

@webark no, what happens when isn't?

pablogravielseo avatar Aug 15 '19 18:08 pablogravielseo