feat(settings): add shortcut search bar in Shortcuts section (#419) #1265
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
|