moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component
http://react-autosuggest.js.org
MIT License
5.97k stars 586 forks source link

Cannot read properties of undefined (reading 'focus') error on console on mobile use #854

Open mikkopori opened 2 years ago

mikkopori commented 2 years ago

Hello,

our test automation on Selenium and some of our users are sometimes hitting this mentioned error with version "react-autosuggest": "^10.1.0".

Sentry provides this code as the place where it happens: image

Only happens on mobile, desktop seems to be fine.

Hope this helps.

Br, Mikko