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
In React, autofocus!== autoFocus.
If you use the autofocus props you will use the html props but with autoFocus the focus() method will be called when the component mounts.
If you want to learn more: facebook/react#11851 (comment)
As you can see in
I edited the example to set
<Example id={a11yId} expected={expected} autoFocus={true}/>
but there is no autofocus attribute on the input on load.The text was updated successfully, but these errors were encountered: