fix: correct late-arriving item order and update app icons #44
Annotations
6 warnings
|
Post Run actions/checkout@v4
The process '/usr/bin/git' failed with exit code 128
|
|
Lint:
src/features/threads/hooks/useThreadMessaging.ts#L1069
React Hook useCallback has a missing dependency: 'model'. Either include it or remove the dependency array
|
|
Lint:
src/features/threads/hooks/useThreadMessaging.ts#L794
React Hook useCallback has an unnecessary dependency: 'rateLimitsByWorkspace'. Either exclude it or remove the dependency array
|
|
Lint:
src/features/threads/hooks/useThreadActions.ts#L802
React Hook useCallback has a missing dependency: 'threadActivityRef'. Either include it or remove the dependency array
|
|
Lint:
src/features/layout/components/DesktopLayout.tsx#L136
React Hook useEffect has missing dependencies: 'chatLayerActive' and 'diffLayerActive'. Either include them or remove the dependency array
|
|
Lint:
src/features/app/components/RequestUserInputMessage.tsx#L45
The 'questions' logical expression could make the dependencies of useCallback Hook (at line 98) change on every render. To fix this, wrap the initialization of 'questions' in its own useMemo() Hook
|
Loading