-1

In IE11 I get these errors:

enter image description here

But i have react-app-polyfill installed and imported in index.js first line:

enter image description here

enter image description here

1
  • Hi, How about the issue? Is my answer below helpful to deal with the issue? I am glad to help if you have any other questions.
    – Yu Zhou
    Commented Feb 28, 2022 at 8:28

1 Answer 1

0

You also need to add ie 11 in package.json like this: 

enter image description here

For more information, you can refer to this answer. I create a new React app according to this then do the steps in the answer I mention above, the React app can work well in IE 11.

Not the answer you're looking for? Browse other questions tagged or ask your own question.