We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):**
The text was updated successfully, but these errors were encountered:
Since this was fixed in #262, Would it be possible that react-hotkeys package gets a patch release that includes this fix?
Sorry, something went wrong.
No branches or pull requests
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):**
The text was updated successfully, but these errors were encountered: