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
After upgrading to Ember 3.28, I start to see this whenever I build the app:
DEPRECATION: registerPlugin is deprecated, please pass plugins directly via compileand/orprecompile. [deprecation id: template-compiler.registerPlugin]
This appears to be due to ember-maybe-in-element (which is a dependency of ember-basic-dropdown) not updating their version of ember-cli-htmlbars: DockYard/ember-maybe-in-element#47
Since ember-maybe-in-element hasn't been touched since May, 2021 I filed an issue with ember-basic-dropdown to hopefully get it fixed on their end (by not using ember-maybe-in-element, which only provides a small convenience): cibernox/ember-basic-dropdown#640
My hope with filing this issue here is to track this and hopefully get ember-power-select updated with a hypothetical future version of ember-basic-dropdown so that it won't block me folks from migrating to Ember 4.0 (since this deprecation warning will turn into a proper error at that point).
The text was updated successfully, but these errors were encountered:
After upgrading to Ember 3.28, I start to see this whenever I build the app:
DEPRECATION: registerPlugin is deprecated, please pass plugins directly via compileand/orprecompile. [deprecation id: template-compiler.registerPlugin]
This appears to be due to ember-maybe-in-element (which is a dependency of ember-basic-dropdown) not updating their version of ember-cli-htmlbars:
DockYard/ember-maybe-in-element#47
Since ember-maybe-in-element hasn't been touched since May, 2021 I filed an issue with ember-basic-dropdown to hopefully get it fixed on their end (by not using ember-maybe-in-element, which only provides a small convenience):
cibernox/ember-basic-dropdown#640
My hope with filing this issue here is to track this and hopefully get ember-power-select updated with a hypothetical future version of ember-basic-dropdown so that it won't block me folks from migrating to Ember 4.0 (since this deprecation warning will turn into a proper error at that point).
The text was updated successfully, but these errors were encountered: