Answers for "static html elements require a role"

0

static html require a role

<a role = "button" styling="link" onClick={() => this.gotoLink()}>
  <SomeComponent /> 
</a>
Posted by: Guest on July-02-2021
0

static html require a role

<a role = "button" styling="link" onClick={() => this.gotoLink()}>
  <SomeComponent /> 
</a>
Posted by: Guest on July-02-2021

Browse Popular Code Answers by Language