chore(deps-dev): bump eslint from 8.57.1 to 9.34.0 in /workers #33
Annotations
2 errors and 10 warnings
|
|
|
|
|
src/components/RadarChart.jsx#L63
'index' is defined but never used
|
|
src/components/PrograssBar.jsx#L25
React Hook useEffect has missing dependencies: 'percent' and 'prevPercent'. Either include them or remove the dependency array
|
|
src/components/ProfileImageUpload.jsx#L17
'profileImage' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/components/ProfileImageUpload.jsx#L3
'deleteProfileImage' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/components/OptimizedImage.jsx#L46
React Hook useEffect has missing dependencies: 'loadImage' and 'loading'. Either include them or remove the dependency array
|
|
src/components/OptimizedImage.jsx#L43
The ref value 'imgRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'imgRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
src/components/LiveTranscription.jsx#L203
React Hook useEffect has missing dependencies: 'isTranscribing' and 'toggleTranscription'. Either include them or remove the dependency array
|
|
src/components/Calendar.jsx#L115
'isAfterToday' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/components/AnalyticsDashboard.jsx#L127
'errorsByStatus' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/components/AnalyticsDashboard.jsx#L108
React Hook useEffect has a missing dependency: 'connectWebSocket'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading