Skip to content

Fix react-hooks/exhaustive-deps warnings in History.tsx #2

Description

@sbrants

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions