I have a ReactJS application that works as expected in Chrome, but fails in IE-11.
The problem is this - we have two drop down lists which are populated from rest ser
IE dont offer suport for the fetch use. You need use some polyfill for solve this problem. You can use http://github.github.io/fetch/.