You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v3 of ember-template-lint passing @click is now flagged in the default rules the suggested change is to modify this API to @onClick.
We'll probably want to add both and deprecate using @click. This should still be handled by the component and not by the consumer because FA adds additional a11y attributes when a click handler is added to an icon.
The text was updated successfully, but these errors were encountered:
In v3 of
ember-template-lint
passing@click
is now flagged in the default rules the suggested change is to modify this API to@onClick
.We'll probably want to add both and deprecate using
@click
. This should still be handled by the component and not by the consumer because FA adds additional a11y attributes when a click handler is added to an icon.The text was updated successfully, but these errors were encountered: