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
@@ -980,3 +980,24 @@ src/pages/Home.js
980
980
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
981
981
982
982
webpack compiled with 1 warning
983
+
Compiling...
984
+
Compiled with warnings.
985
+
986
+
[eslint]
987
+
src/components/InteractiveProjects.js
988
+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
989
+
990
+
src/pages/Home.js
991
+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
992
+
993
+
Search for the keywords to learn more about each warning.
994
+
To ignore, add // eslint-disable-next-line to the line before.
995
+
996
+
WARNING in [eslint]
997
+
src/components/InteractiveProjects.js
998
+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
999
+
1000
+
src/pages/Home.js
1001
+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
0 commit comments