I\'ve been testing my React.js application on internet explorer, and finding that some ES6/7 code like Array.prototype.includes() breaks it.
Array.prototype.includes()
I\'m using
For what it's worth I was having issues with the new Google Search Console and my React app (create-react-app). After adding the es6shim, all was resolved.
I added the below to my public index.html page.