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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
For example I have a custom element excepts React.HTMLProps <TextField aria-required={true} />
The rule will fail because custom element has no role. Should skip custom rule for all these cases. Including other rules
The text was updated successfully, but these errors were encountered:
For example I have a custom element excepts React.HTMLProps
<TextField aria-required={true} />
The rule will fail because custom element has no role. Should skip custom rule for all these cases. Including other rules
The text was updated successfully, but these errors were encountered: