Skip to content

fix: windows threads and terminal #1267

fix: windows threads and terminal

fix: windows threads and terminal #1267

Re-run triggered February 12, 2026 11:19
Status Success
Total duration 15m 49s
Artifacts

ci.yml

on: pull_request
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

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