Add apollo client dev tools to chrome developer tools

Viewed 403

I have downloaded the chrome extension Apollo Client Devtools. However it is not visible when devtools are open. Is there a way of adding this or is it a bug? enter image description here

2 Answers

You have to close and re-open the tab.

I had the same issue, tried closing the tab and re-opening, closing chrome and re-opening but nothing of that helped. Then I installed a totally different extension (React Developer Tools) and all of a sudden the Apollo dev tools showed up, it seems that adding a new plugin somehow refreshed the plugins and it showed.

Related