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
ember-cli-stencil now requires that collections are authored using @stencil/core v1.0.0 or higher.
If you were previously leveraging the custom Ember component wrappers, you should instead just invoke the custom elements like you normally would. Rather than using the {{action}} helper to listen to events, you should install ember-on-modifiers and leverage that to listen to events from your custom elements. If you were extending your Application instance with the CustomEvents mixin, that should be removed, as it is no longer necessary thanks to the {{on}} modifier.