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?
close devtools
repeat 1-2 if necessary
CodePudding user response:
I find this problem when I debug typescript. I have tried this steps, but it didn't work too