We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After ejecting app throws error module not found with react-app-polyfill/stable with latest code
Before ejecting I have the following in my src/index.js file and works just fine:
import 'react-app-polyfill/ie9'; import 'react-app-polyfill/stable';