frontend: RestartButton: Fix `react-hooks/rules-of-hooks` — `useState`, `useLocation`, `useTranslation`, and `useEventCallback` 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/RestartButton.tsx`
April 23, 2026 · #5190
TypeScript
Difficulty: Medium
Labels
good first issue frontend quality
Parent Repository
kubernetes-sigs/headlamp
TypeScript repository
6,235 703