Closed
Bug 1853123
Opened 1 year ago
Closed 1 year ago
Avoid updating the location object when we reselect the exact same location
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1775201
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Both selectLocation action and its related reducer action are both processing locations changing to the exact same source, line and column.
This is actually costly as the selectLocation action triggers many costly operation,
and the reducer changes the state and causes many components to re-render!
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•