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] Internet Explorer 11 broken because use of Object.values #261

Open
tommyka opened this issue Dec 11, 2019 · 1 comment
Open

[BUG] Internet Explorer 11 broken because use of Object.values #261

tommyka opened this issue Dec 11, 2019 · 1 comment

Comments

@tommyka
Copy link
Contributor

tommyka commented Dec 11, 2019

Problems when running in IE 11 because of the use Object.values that creates a runtime error

This could easily be mitigated by changing to

Object.keys(obj).map(i => obj[i])

Platform (please complete the following information):**

  • 2.0
  • Internet Explorer 11
  • Windows
@wouter140
Copy link

Since this was fixed in #262, Would it be possible that react-hotkeys package gets a patch release that includes this fix?

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