frontend: RollbackButton: Fix `react-hooks/rules-of-hooks` — `useState`, `useLocation`, `useTranslation`, `useEventCallback`, and `useCallback` are called conditionally (after a guard clause). Move all hook calls to the top of the component before any conditional returns. File: `frontend/src/components/common/Resource/RollbackButton.tsx`
April 23, 2026 · #5191
TypeScript
Difficulty: Medium
Labels
good first issue frontend quality
Parent Repository
kubernetes-sigs/headlamp
TypeScript repository
6,235 703