Closed
Description
Installed the react development tools to chrome Version 89.0.4389.114 (Official Build) (64-bit)
Open my development version of my react app localhost:3000 with several components and I see the react icon
Go to the inspect and component to and nothing is showing
I'm using this chode https://codesandbox.io/s/react-devtools-dk9gj?fontsize=14
and when you open this in chrome it works.
I open it from localhost and it does not work.
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "^4.0.3"
npm --version 7.6.3
nodejs v14.16.0
Steps To Reproduce
Link to code example: