Open tommyka opened 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):**
Since this was fixed in #262, Would it be possible that react-hotkeys package gets a patch release that includes this fix?
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
Platform (please complete the following information):**