My web application uses a lot of Perform client script action
anchor links which are used for scripting (a habit I picked-up from
I got the same issue with react js.
Line 273: Links must not point to "#". Use a more descriptive href or use a button instead jsx-a11y/href-no-hash
like this to remove the error I have used the
before :
this.gonext()}
>
NEXT
used the href="#/" on the place of href="#"
this.gonext()}
>
NEXT