Simplify the Stop transition contract - #551
Merged
hamzamerzic merged 1 commit intoAug 3, 2026
Merged
Annotations
10 warnings
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatView.jsx#L1596
React Hook useEffect has a missing dependency: 'inputValueRef'. Either include it or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatView.jsx#L1362
React Hook useCallback has a missing dependency: 'setServerRunningState'. Either include it or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatView.jsx#L974
React Hook useCallback has missing dependencies: 'isStreamingRef' and 'pendingQueue'. Either include them or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatView.jsx#L904
React Hook useCallback has missing dependencies: 'isStreamingRef', 'messagesRef', 'offsetRef', and 'pendingQueue'. Either include them or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatView.jsx#L581
React Hook useEffect has missing dependencies: 'handleComposerInputChange' and 'inputValueRef'. Either include them or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatSettingsPanel.jsx#L643
The 'hiddenIds' logical expression could make the dependencies of useMemo Hook (at line 680) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'hiddenIds' in its own useMemo() Hook
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ChatSettingsPanel.jsx#L532
React Hook useCallback has a missing dependency: 'chatId'. Either include it or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatView/ActivityStretch.jsx#L248
React Hook useEffect has a missing dependency: 'detailRef'. Either include it or remove the dependency array
|
|
Run frontend unit tests:
frontend/src/components/ChatEmbed/ChatEmbed.jsx#L250
The ref value 'pendingContextResolversRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pendingContextResolversRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Run frontend unit tests:
frontend/src/App.jsx#L256
React Hook useEffect has missing dependencies: 'resumeStep' and 'savedResumeStep'. Either include them or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading