fix(frontend): reliably open downloaded notes directly from profile #76
Annotations
4 warnings
|
Run checks:
frontend/app/dashboard/course/[classId]/page.tsx#L1238
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#L713
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#L657
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