Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember/no-empty-glimmer-component-classes should pass if class has generic parameter #1822

Closed
nwhittaker opened this issue Mar 29, 2023 · 1 comment
Labels

Comments

@nwhittaker
Copy link

Per the Glint doc:

Due to the way TypeScript works, it's not possible to have a generic signature for template-only components…If that's needed, you must create an (empty) backing class…1

Footnotes

  1. https://typed-ember.gitbook.io/glint/using-glint/ember/template-only-components

@bmish bmish added the Bug label Mar 29, 2023
@lin-ll
Copy link
Collaborator

lin-ll commented Jun 26, 2023

If I understood this correctly, this was fixed in #1876 🙂

@lin-ll lin-ll closed this as completed Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants