-
-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
It seems that for glimmer emblem treats nested properties as classes.
% MyForm::MyFormGroup as |formGroup|
%formGroup.label @name="Ed"
label gets compiled into a class instead of a property on formGroup
<MyForm::MyFormGroup as |formGroup|>
<formGroup @name="Ed" class="label"></formGroup>
</MyForm::MyFormGroup>
The other issue I'm finding is that %formGroup.label @name="Ed" gets translated into a block component instead inline.
Thanks in advance!
ozywuli, kjhangiani, wmlele, dfriquet, Polve and 1 more12finger
Metadata
Metadata
Assignees
Labels
No labels