Open
Bug 1694907
Opened 4 years ago
Updated 4 years ago
HMR updates duplicates files and breakpoints
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
Originally reported here: https://github.com/firefox-devtools/debugger/issues/8113
Using a next.js/typescript project, edits on index.tsx that trigger HMR add a new index.tsx, and duplicate its breakpoint.
STR:
- Set up a local project with next.js, instructions: https://github.com/zeit/next.js/tree/master#setup
- Start the server
- Open page and debugger
- Edit the index page in your editor
Reproduce on both Release (65) and Nightly (67).
Chrome does not reproduce the issue.
Reporter | ||
Updated•4 years ago
|
Blocks: dbg-breakpoint
Reporter | ||
Comment 1•4 years ago
|
||
(note for me, a text case based on next.js might be available in bug 1694829)
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•