tomchentw/react-toastr

Fails on IE9/10 -- 'Map' is undefined

Closed this issue · 1 comments

Comes from EventManager.js:10

eventList: new Map()

I know IE9/10 might not be the best browser ever, but is it possible to add some polyfill for this issue?