Closed sandeshdamkondwar closed 2 years ago
Related to issue #44
When autoFocus is enabled, throwing the error below. Cannot read properties of null (reading 'focus')
Cannot read properties of null (reading 'focus')
Issue is componentDidMount is getting called before the ref is initialized.
componentDidMount
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.