We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is my config
'jsx-a11y/label-has-associated-control': 'error'
i am not in react i use "for", this make me error in the code only when i put htmlFor works but i cant do that i dont use react
return ( <> <label for="email" /> <input id="email" name="email" type="text" /> </> )