salsify / ember-css-modules

CSS Modules for ambitious applications
MIT License
282 stars 49 forks source link

Deprecation use of Reopening the Ember.Component super class #246

Closed makannew closed 3 years ago

makannew commented 3 years ago

Bellow deprecation warning appears on console:

"Reopening the Ember.Component super class itself is deprecated. Consider alternatives such as installing event listeners on the document or add the customizations to specific subclasses. [deprecation id: ember.component.reopen]"

Turbo87 commented 3 years ago

see #237

makannew commented 3 years ago

I'm closing this in favor of https://github.com/salsify/ember-css-modules/issues/237