Skip to content

Delay workspace restore until settings load (#11) #90

Delay workspace restore until settings load (#11)

Delay workspace restore until settings load (#11) #90

Triggered via push March 8, 2026 10:11
Status Success
Total duration 11m 29s
Artifacts

ci.yml

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

Annotations

3 warnings
lint: src/features/messages/components/Messages.tsx#L443
The 'renderItem' function makes the dependencies of useMemo Hook (at line 624) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'renderItem' in its own useCallback() Hook
lint: src/features/messages/components/Messages.tsx#L419
The 'planFollowupNode' conditional could make the dependencies of useMemo Hook (at line 624) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'planFollowupNode' in its own useMemo() Hook
lint: src/features/messages/components/Messages.tsx#L349
The 'userInputNode' conditional could make the dependencies of useMemo Hook (at line 624) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'userInputNode' in its own useMemo() Hook