larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

Get error in IE11 #33

Closed samsam2310 closed 9 years ago

samsam2310 commented 9 years ago

I get and error in ie11. I found that you use new Event() which not support in ie in line 315(version 1.1.5). How can I fix it?

larrymyers commented 9 years ago

Verified bug. Will slot in the fix for the 1.1.6 milestone.

larrymyers commented 9 years ago

https://msdn.microsoft.com/en-us/library/dn905219(v=vs.85).aspx

samsam2310 commented 9 years ago

Ok,thanks.

larrymyers commented 9 years ago

Fixed by #34

timReynolds commented 9 years ago

I could do with this fix being deployed, is there anything stopping 1.1.6 being tagged?

larrymyers commented 9 years ago

Done. Change log updated, 1.1.6 available through bower and npm.