Hi,
I am trying to debug my cra-application (typescript) with chrome dev tools.
The normal behavior was to hover over a variable to see it's value(s) inside the sources tab.
That seems to be not working with react-scripts@5.0.1
If I downgrade to react-scripts 4.0.3 it is working again.
5.0.1 behavior:

4.0.3 behavior:

Am I doing something wrong?
To reproduce you can just create a new react-app using create-react-app --template typescript and test.
Then just downgrade the react-scripts version.
Hi,
I am trying to debug my cra-application (typescript) with chrome dev tools.
The normal behavior was to hover over a variable to see it's value(s) inside the sources tab.
That seems to be not working with react-scripts@5.0.1
If I downgrade to react-scripts 4.0.3 it is working again.
5.0.1 behavior:

4.0.3 behavior:

Am I doing something wrong?
To reproduce you can just create a new react-app using create-react-app --template typescript and test.
Then just downgrade the react-scripts version.