forked from safak/full-stack-school
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild2.log
More file actions
61 lines (44 loc) · 4.56 KB
/
Copy pathbuild2.log
File metadata and controls
61 lines (44 loc) · 4.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
> lama-dev-next-dashboard@0.1.0 build
> next build
▲ Next.js 14.2.28
- Environments: .env.local, .env
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types ...
./src/app/dashboard/list/classes/ClassListClient.tsx
56:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
74:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/events/page.tsx
61:6 Warning: React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
80:6 Warning: React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/parents/ParentListClient.tsx
52:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
77:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
82:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./src/app/dashboard/list/students/StudentListClient.tsx
54:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/subjects/SubjectListClient.tsx
54:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
72:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/teachers/TeacherListClient.tsx
52:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
70:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
92:15 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./src/app/dashboard/parent/exam-results/page.tsx
99:6 Warning: React Hook useEffect has a missing dependency: 'loadChildren'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/student/exam/[id]/page.tsx
98:6 Warning: React Hook useEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/admin/PaymentManagementTab.tsx
75:6 Warning: React Hook useEffect has a missing dependency: 'applyFilters'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/ClassStudentsModal.tsx
62:6 Warning: React Hook useEffect has a missing dependency: 'fetchStudents'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/ClassSubjectsModal.tsx
57:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/ClientFormContainer.tsx
50:6 Warning: React Hook useEffect has a missing dependency: 'related'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/FormModal.tsx
241:8 Warning: React Hook useEffect has an unnecessary dependency: 'table'. Either exclude it or remove the dependency array. Outer scope values like 'table' aren't valid dependencies because mutating them doesn't re-render the component. react-hooks/exhaustive-deps
./src/components/TimetableView.tsx
54:6 Warning: React Hook useEffect has a missing dependency: 'fetchTimetable'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules