Skip to content

Commit a239f4a

Browse files
committed
commit message template
1 parent 7681336 commit a239f4a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

frontend/frontend.log

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,3 +980,24 @@ src/pages/Home.js
980980
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
981981

982982
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
1002+
1003+
webpack compiled with 1 warning

0 commit comments

Comments
 (0)