Fetch API, Promise and Map in my React app not working on IE11.
I am using Fetch API, Promise and Map in my React application which is not supporting IE11. I expected babel would have fixed these issues but unfortunately not. Is there any solution for this or should I use any polyfill for this?
Running my app using CRA also freaks out with .map on ie11
You could copy your project and eject just out of curiosity. I have a very limited experience with CRA, I use a custom build but based on the same technologies and I have no issues at all with IE11.
Sebastian
should work like you expected. What do you use for bundleing? can you post your config? (Babel etc)