Skip to content

[BUG] InvalidKeyNameError is raised with a know valid key #198

@greena13

Description

@greena13

The list of valid key names longer than a single character (i.e. the names of non-printable keys) is incomplete. This results in a InvalidKeyNameError being thrown when you try and use a valid key like up with the ObserveKeys only prop.

ObserveKeys only={["up"]}> // Throws InvalidKeyNameError
  // ...
</ObserveKeys>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions