Fix HistoryPage stale appliedQuery effect and add mount query regression test
This commit is contained in:
@@ -37,7 +37,7 @@ Issues are grouped by category and ordered roughly by severity. Each entry descr
|
||||
|
||||
---
|
||||
|
||||
### TASK-002 — `HistoryPage` filter effect has a stale `appliedQuery` dependency
|
||||
### TASK-002 — `HistoryPage` filter effect has a stale `appliedQuery` dependency (done)
|
||||
|
||||
**Where found:** `frontend/src/pages/HistoryPage.tsx` lines 214–230. The `useEffect` lists `appliedQuery` as a dependency, reads it inside the effect, and then calls `setAppliedQuery` — which triggers the same effect again immediately.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user