You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lines of the component are grey and I am unable to set a breakpoint. If I try to use the "debugger" command, I get the minified version. Image below.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
I am unable to set breakpoint in tsx files in neither Chrome or Firefox.
The issue reproduces in a fresh Docusaurus install, both locally and in playground. You can see it in the links:
https://codesandbox.io/p/devbox/affectionate-beaver-qdeo7?privacy=public
https://qdeo7-3000.csb.app/
The lines of the component are grey and I am unable to set a breakpoint. If I try to use the "debugger" command, I get the minified version. Image below.
Reproducible demo
https://codesandbox.io/p/devbox/affectionate-beaver-qdeo7?privacy=public
Steps to reproduce
src/pages/index.tsx
Expected behavior
Breakdown should be set
Actual behavior
Breakdown should is not set
Your environment
Self-service
The text was updated successfully, but these errors were encountered: