Hello,
I've noticed that breakpoints only work when placing them in .jsx files... meaning .tsx file breakpoints are ignored, even though there sourcemaps.
Do I have anything misconfigured on my side, or is this the status quo?
Also debugger; statements are not caught, only breakpoints you mark actually do halt execution.
Hello,
I've noticed that breakpoints only work when placing them in .jsx files... meaning .tsx file breakpoints are ignored, even though there sourcemaps.
Do I have anything misconfigured on my side, or is this the status quo?
Also
debugger;statements are not caught, only breakpoints you mark actually do halt execution.