ReactJS chrome extension installed but not showing up

后端 未结 5 1540
北海茫月
北海茫月 2021-02-12 21:47

Anyone know why the ReactJS Chrome browser extension isn\'t showing for mein dev tools? It\'s installed, at one point it was working.

I\'m using chrome Version 39.0.2171

5条回答
  •  萌比男神i
    2021-02-12 22:24

    i had the same problem . and it was solved just like @Siddharth Sharma said . open the console and create a react object just like bellow .

    window.react = {};
    

提交回复
热议问题