Skip to content

Delay workspace restore until settings load #89

Delay workspace restore until settings load

Delay workspace restore until settings load #89

Triggered via pull request March 8, 2026 10:01
Status Success
Total duration 9m 57s
Artifacts

ci.yml

on: pull_request
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