Gutenberg is broken on IE since react-spring was introduced #16194
Labels
Browser Issues
Issues or PRs that are related to browser specific problems
[Priority] High
Used to indicate top priority items that need quick attention
[Type] Bug
An existing feature does not function as intended
Describe the bug
Navigating to the post editor in IE11 results in a blank page. Dev tools console shows multiple JS syntax errors.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Post editor should work correctly in IE
Desktop (please complete the following information):
Additional context
There's a related issue in
react-spring
repo that outlines a solution: pmndrs/react-spring#552 (comment)I have tested that fix on my local and it works; IE displays correctly after modifying webpack config and rebuilding.
The text was updated successfully, but these errors were encountered: