I'm investigating a situation on my web application but I'm in trouble to figurate what is going on.
The application is a ReactJs. That has been working very well in all supported browser. Recently I was doing some tests when I realized one simple functionality wasn't work as expected just in IE 11. When I turned on the Development tools this functionality works.
Basically, the is after a success ajax call my application must be reset some values on state and return to initial state. I would like to understand what is the difference on IE11 when it has the development tool on. Another thing I would like to know is how can I debug it better than add multiple alerts to try to understand what is going on.