Installation
npm install react-app-polyfill
or
yarn add react-app-polyfill
Import entry points
Import the packages at the top of your index.tsx
or index.jsx
.
import 'react-app-polyfill/ie9';
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
That's it! Now your react app should run on IE without any errors.
Top comments (1)
Thank you for a very detailed guide that made it possible for me to make responsive applications IE compatible quickly. mapquest directions