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
All through the code, autofocus is used, however React writes it as autoFocus, and that causes mistakes. Please use the more common autoFocus spelling.
See also #95 which partially fixes it (slightly breaking the API in the process).