Commit 0e15e43
Restore SearchPage.tsx react-hooks/refs seatbelt entry after revert
PR #88728 eliminated 31 react-hooks/refs violations in
src/pages/Search/SearchPage.tsx by switching from useState to useRef
moved into a useEffect, and the Auto-tighten eslint-seatbelt baseline
job removed the corresponding seatbelt entry in d791c21.
The revert in #89723 reintroduced those 31 violations but did not
restore the seatbelt entry, so lint now fails on main and blocks
deploys. eslint-seatbelt only auto-tightens, never auto-loosens, so
it cannot self-heal after a revert.
Restoring the deleted line unblocks main. When PR #88728 is re-rolled
the auto-tighten job will remove this line again.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 57c3dce commit 0e15e43
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| |||
0 commit comments