Skip to content

Cannot read properties of undefined (reading 'toLowerCase') #209

@vitali-paladi

Description

@vitali-paladi

Hi,

There is a bug on chrome, Cannot read properties of undefined (reading 'toLowerCase')
image
image

In code we have:
document.addEventListener("keydown", this.onKeyDown),
document.addEventListener("keyup", this.onKeyUp)

This bug happens because on unmount component there is no removeEventListener for keydown event (for keyup we have)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions