You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/frontend.log
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -938,3 +938,24 @@ src/pages/Home.js
938
938
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
939
939
940
940
webpack compiled with 1 warning
941
+
Compiling...
942
+
Compiled with warnings.
943
+
944
+
[eslint]
945
+
src/components/InteractiveProjects.js
946
+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
947
+
948
+
src/pages/Home.js
949
+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
950
+
951
+
Search for the keywords to learn more about each warning.
952
+
To ignore, add // eslint-disable-next-line to the line before.
953
+
954
+
WARNING in [eslint]
955
+
src/components/InteractiveProjects.js
956
+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
957
+
958
+
src/pages/Home.js
959
+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
0 commit comments