It took the Array.find polyfill to make react-router-transition work with IE11, but IE10 still fails entirely. Unable to debug it in the IE10 developer tools I booted up IE11 and switched the compatibility to IE10, and then I saw this error:
_this.props is undefined.
If React still officially supports IE10 and IE11 then shouldn't react-router-transition do that, too? My project is heavily invested in this tool but we apparently forgot to verify it works in IE10/11. Our only short term solution is to strip it out entirely.
Unless there's a simple fix available, of course 😉
It took the
Array.find
polyfill to make react-router-transition work with IE11, but IE10 still fails entirely. Unable to debug it in the IE10 developer tools I booted up IE11 and switched the compatibility to IE10, and then I saw this error:_this.props
isundefined
.If React still officially supports IE10 and IE11 then shouldn't react-router-transition do that, too? My project is heavily invested in this tool but we apparently forgot to verify it works in IE10/11. Our only short term solution is to strip it out entirely.
Unless there's a simple fix available, of course 😉
Any insights would be very welcome.