Summary
npm run lint reports two react-hooks/exhaustive-deps warnings in src/components/History.tsx (lines ~267 and ~283) related to compareRunIds.length in useEffect dependency arrays.
Task
Fix the dependency arrays without changing compare-run behavior. Run npm run lint and verify no new warnings.
Why
Keeps CI lint output clean and is a small, well-scoped React fix.
References
Summary
npm run lintreports tworeact-hooks/exhaustive-depswarnings insrc/components/History.tsx(lines ~267 and ~283) related tocompareRunIds.lengthinuseEffectdependency arrays.Task
Fix the dependency arrays without changing compare-run behavior. Run
npm run lintand verify no new warnings.Why
Keeps CI lint output clean and is a small, well-scoped React fix.
References