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
We are not currently using glint in our ember apps, and it seems most other packages in the ember ecosystem have @glint/template as an optional peer dependency. Upgrading to ember-concurrency 4.0 is causing type issues because of complex glint type incompatibilities that seem to stem from us not having our components fully registered in the glint registry. Is this intentional or should this be an optional peer dependency?
The text was updated successfully, but these errors were encountered:
We are not currently using glint in our ember apps, and it seems most other packages in the ember ecosystem have
@glint/template
as an optional peer dependency. Upgrading to ember-concurrency 4.0 is causing type issues because of complex glint type incompatibilities that seem to stem from us not having our components fully registered in the glint registry. Is this intentional or should this be an optional peer dependency?The text was updated successfully, but these errors were encountered: