Source map does not resolve variables while debugging CRA app

Viewed 21

Recently, I've tried to debug my CRA app and it occurred that variables are not resolved using source maps. The code is resolved but not variables. I tried in Chrome as well as in WebStorm (running in Chrome), same result.

enter image description here

You may see that the time is not defined while in fact in this context it's d. Do you think it's related to a browser?

0 Answers
Related