-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
TypeError: Cannot read property 'inputElement' of undefined
Chord.componentDidUpdate
src/components/devices/midi/Chord.jsx:150
147 | })
148 | }
149 | if (prevState.isPickerOpen === false && this.state.isPickerOpen === true) {
> 150 | this.filterInputElement.current.inputElement.current.focus()
| ^
151 | }
152 | }
153 |