Hi, since `redux-action` is updated to `2.6.1`, I got an error "SCRIPT5009 Map is undefined" in IE10. Error got in file `utils/isMap.js`: ```javascript export default value => value instanceof Map; ``` Should I add `Map` polyfill to my repo ? Thanks.
Hi, since
redux-actionis updated to2.6.1, I got an error "SCRIPT5009 Map is undefined" in IE10.Error got in file
utils/isMap.js:Should I add
Mappolyfill to my repo ?Thanks.