josemarluedke / frontile

Component Library for Ember Octane apps
https://frontile.dev
MIT License
55 stars 21 forks source link

fix: component Element signature #240

Closed eugenioenko closed 1 year ago

eugenioenko commented 1 year ago

Sometimes there are condition when the element is rendered like isRenderless so technically there might be a case where its not really rendered. But the issue is that by adding the | null to the rendered element definition is breaking glint. Because HTMLDivElement | null can't have any attributes that are not component argument