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'; ``` 