ember-concurrency icon indicating copy to clipboard operation
ember-concurrency copied to clipboard

Having @glint/template as a non optional peer dependency causing type issues

Open LucasHillDex opened this issue 11 months ago • 0 comments

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?

LucasHillDex avatar Mar 01 '24 18:03 LucasHillDex