Submit Department Request #74
Merged
Annotations
4 warnings
|
Run checks:
frontend/app/dashboard/course/[classId]/page.tsx#L1201
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 checks:
frontend/app/dashboard/course/[classId]/page.tsx#L676
React Hook useEffect has a missing dependency: 'selectedNote'. Either include it or remove the dependency array
|
|
Run checks:
frontend/app/dashboard/course/[classId]/page.tsx#L620
React Hook useEffect has a missing dependency: 'selectedNote'. Either include it or remove the dependency array
|
|
Run checks:
frontend/app/api/textextractor/route.ts#L9
'PDF_MIME_TYPES' is assigned a value but never used
|
Loading