Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] IgnoreKeys can't handle Backspace #172

Closed
AndriySvyryd opened this issue May 14, 2019 · 3 comments
Closed

[BUG] IgnoreKeys can't handle Backspace #172

AndriySvyryd opened this issue May 14, 2019 · 3 comments

Comments

@AndriySvyryd
Copy link

When I use

<IgnoreKeys only={[]} except={["Backspace"]}></IgnoreKeys>

I get this in the console:

0: Backspace withHotKeysIgnoreOverride.js (177,6)

Version:
"react-hotkeys": "2.0.0-pre4"

@greena13
Copy link
Owner

greena13 commented May 16, 2019

Hi @AndriySvyryd, this may be an alias resolution issue.

I am curious if the above works with "BackSpace".

@AndriySvyryd
Copy link
Author

@greena13 No, "BackSpace", "backspace" and "backSpace" behave the same

@greena13
Copy link
Owner

Fix is now available in v2.0.0-pre6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants