react-hotkeys
react-hotkeys copied to clipboard
[BUG] Internet Explorer 11 broken because use of Object.values
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
Since this was fixed in #262, Would it be possible that react-hotkeys package gets a patch release that includes this fix?