fix: windows threads and terminal #1267
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
|