Skip to content

Reduce memory pressure in heavy threads (#9) #87

Reduce memory pressure in heavy threads (#9)

Reduce memory pressure in heavy threads (#9) #87

Triggered via push March 8, 2026 07:17
Status Success
Total duration 10m 19s
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