-
Notifications
You must be signed in to change notification settings - Fork 18
Glimmer Component API #95
Copy link
Copy link
Open
Labels
Description
The Glimmer Component API works different to the old Ember Component API. Arguments are not placed directly on the Component instance, but are set as the args object on the instance. This means that this addon is incompatible with Glimmer Components.
To get a feel for how they work, you can use sparkles-component.
The question I want to solve is: How can we expose the same validation system to Glimmer Components?
Reactions are currently unavailable