0

I installed official React Developer Tools extension for Firefox and Chrome and successfully use them.

But I cannot find any extension for Internet Explorer 11. My app doesn't correctly work with IE 11.

Supporting of IE11 is mandatory for me. Is there any extension for IE 11 to inspect react, its props and state in this browser ?

Dragon14
  • 317
  • 6
  • 18

1 Answers1

1

The React DevTools available today in Chrome, Firefox, and (Chromium) Edge, not for IE browser. You could try to open a GitHub issue or tag @reactjs on Twitter.

For your react app doesn't correctly work with IE 11, you could create a new thread and post details information to reproduce the problem, then we will help you narrow down the problem and solve it.

Zhi Lv
  • 18,845
  • 1
  • 19
  • 30