Harrison/changes #15
Annotations
6 errors and 11 warnings
Check linting:
src/components/auth/Login.tsx#L8
React Hook "useUser" is called conditionally. React Hooks must be called in the exact same order in every component render
|
Check linting:
src/components/auth/Login.tsx#L9
React Hook "useNavigate" is called conditionally. React Hooks must be called in the exact same order in every component render
|
Check linting:
src/components/auth/Login.tsx#L11
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render
|
Check linting:
src/lib/supabase/client.ts#L14
Unnecessary try/catch wrapper
|
Check linting:
src/providers/Thread.tsx#L48
Unnecessary try/catch wrapper
|
Check linting
Process completed with exit code 1.
|
Check linting:
src/components/thread/Thread.tsx#L7
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Check linting:
src/components/thread/Thread.tsx#L7
'setData' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Check linting:
src/components/thread/Thread.tsx#L12
'client' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Check linting:
src/components/thread/agent-inbox/components/tool-call-table.tsx#L29
'_' is defined but never used
|
Check linting:
src/components/thread/agent-inbox/utils.ts#L78
'_' is defined but never used
|
Check linting:
src/components/thread/history/index.tsx#L95
React Hook useEffect has missing dependencies: 'getThreads', 'setThreads', and 'setThreadsLoading'. Either include them or remove the dependency array
|
Check linting:
src/components/ui/button.tsx#L61
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
src/contexts/UserContext.tsx#L64
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Check linting:
src/providers/Stream.tsx#L5
'useState' is defined but never used. Allowed unused vars must match /^_/u
|
Check linting:
src/providers/Stream.tsx#L11
'uiMessageReducer' is defined but never used. Allowed unused vars must match /^_/u
|
Run actions/setup-node@v4
Cache not found for keys: node-cache-Linux-x64-pnpm-4954ae221ca5f89d91085b289d2d0eb0a80ee26e32977955ebe56a1f94fb19e0
|
Loading