DEV Community

Vahe Mikayelyan
Vahe Mikayelyan

Posted on

Chrome debugger doesn't show variable values on mouse over

I created a simple react app by using "npx create-react-app my-app --template typescript" command. When I start the app "npm start" it is running with no issues but I'm not able to see the values in the Chrome dev tools if I add a breakpoint in the code. Am I missing any dependency or this is the way it's supposed to work for the react app?

Image description

Top comments (2)

Collapse
 
_bkeren profile image
''

It may be because of Chrome version

Collapse
 
vahemikayelyan profile image
Vahe Mikayelyan • Edited

I thought so too, but even after updating to the latest version it didn't work. And this problem only exists for a React app, I tried to debug Angular or just Vanilla-JS and it worked as expected.