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
It's common to treat anchor tags as buttons. However, this is typically considered bad practice, as an anchor tag without an href is unfocusable which breaks accessibility.
This rule forbids the following:
<a>I'm a fake link</a>
<a{{action'handleClick'}}>I'm a fake link</a>