greena13 / react-hotkeys

Declarative hotkey and focus area management for React
https://github.com/greena13/react-hotkeys
ISC License
2.15k stars 160 forks source link

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

Open tommyka opened 4 years ago

tommyka commented 4 years ago

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):**

wouter140 commented 4 years ago

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