⚠️ This article was posted over a year go. The information might be outdated. ⚠️
Table of Contents
Installation
npm install react-app-polyfillor
yarn add react-app-polyfillImport entry points
Import the packages at the top of your index.tsx.
import 'react-app-polyfill/ie9';
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';