feat(settings): add shortcut search bar in Shortcuts section #1263
Triggered via pull request
February 12, 2026 11:03
Status
Success
Total duration
10m 49s
Artifacts
–
Annotations
1 warning
|
lint:
src/features/settings/components/sections/SettingsShortcutsSection.tsx#L78
The 'groups' array makes the dependencies of useMemo Hook (at line 227) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'groups' in its own useMemo() Hook
|