Improve Live Feed navigation responsiveness - #96
Draft
prsmith777 wants to merge 1 commit into
Draft
Annotations
6 warnings
|
Run lint:
components/chat/ChatInterface.jsx#L72
React Hook useCallback has a missing dependency: 'selectedAgent'. Either include it or remove the dependency array
|
|
Run lint:
components/PlateTable.jsx#L1233
React Hook useEffect has a missing dependency: 'prefetchedImages'. Either include it or remove the dependency array
|
|
Run lint:
components/LiveRecognitionViewer.jsx#L406
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Run lint:
components/LiveRecognitionViewer.jsx#L119
React Hook useEffect has missing dependencies: 'fetchLatestPlateRead' and 'latestPlate'. Either include them or remove the dependency array
|
|
Run lint:
app/logs/LogViewer.jsx#L18
The 'filteredLogs' logical expression could make the dependencies of useEffect Hook (at line 43) change on every render. To fix this, wrap the initialization of 'filteredLogs' in its own useMemo() Hook
|
|
Run lint:
app/dashboard/DashboardMetrics.jsx#L642
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
background
wait
wait-all
cancel
parallel
Loading