We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi, since redux-action is updated to 2.6.1, I got an error "SCRIPT5009 Map is undefined" in IE10.
redux-action
2.6.1
Error got in file utils/isMap.js:
utils/isMap.js
export default value => value instanceof Map;
Should I add Map polyfill to my repo ?
Map
Thanks.
The text was updated successfully, but these errors were encountered:
IE10 does not support Map (redux-utilities#325)
9a5d7a4
IE10 does not support Map (#325) (#326)
2998518
No branches or pull requests
Hi, since
redux-action
is updated to2.6.1
, I got an error "SCRIPT5009 Map is undefined" in IE10.Error got in file
utils/isMap.js
:Should I add
Map
polyfill to my repo ?Thanks.
The text was updated successfully, but these errors were encountered: