Skip to content

error on chord replace click #5

@danielgamage

Description

@danielgamage

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 | 

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions