react-hotkeys icon indicating copy to clipboard operation
react-hotkeys copied to clipboard

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

Open tommyka opened this issue 5 years ago • 1 comments

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

tommyka avatar Dec 11 '19 09:12 tommyka

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

wouter140 avatar May 27 '20 22:05 wouter140