IE11 Internet Explorer 11 - Is this browser supported by easy-peasy?
See original GitHub issueHi there, i’ve recently refactored an app using redux to easy peasy, it was a very pleasant developer experience, however it’s become apparent, we’re losing functionality in IE11 (i…e computed are not returning). This is with all the usual babel-preset-env and .browserlistrc configurations to enable polyfills for IE11 support which we’re confident are working correctly.
We’ve still a significant part of the user base on this browser, so it’s an issue. Has anyone else encountered this issue? I’m just trying to determine if it’s easy-peasy itself, or something with our implementation.
Unfortunately it looks like code sandbox itself doesn’t support IE11, as I hoped to visit the example app hosted there on the IE11 browser in order to determine the functionality. Any advice or shared experiences would be very welcome.
Thank you
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (5 by maintainers)

Top Related StackOverflow Question
@ctrlplusb Yep, I did do that before reporting this. Immer@1 is included by ‘react-dev-utils’, which is included by react-scripts
@onionhammer thanks for helping to verify this.
Could you please try install immer directly on your project:
I am worried you have multiple versions running perhaps, with the patch subsequently not being applied as expected.
@oller could you please try the latest beta and see if it addresses your IE11 issues