ember-concurrency
ember-concurrency copied to clipboard
Having @glint/template as a non optional peer dependency causing type issues
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?