selvagsz / react-power-select

A highly composable & reusable select/autocomplete components
https://selvagsz.github.io/react-power-select/
MIT License
62 stars 13 forks source link

Cannot read properties of null (reading 'focus') #99

Closed sandeshdamkondwar closed 2 years ago

sandeshdamkondwar commented 2 years ago

Related to issue #44

When autoFocus is enabled, throwing the error below. Cannot read properties of null (reading 'focus')

Issue is componentDidMount is getting called before the ref is initialized.

Screenshot 2022-05-24 at 12 30 51 PM