Skip to content

Commit 7acc6ed

Browse files
committed
commit message template
1 parent d588d51 commit 7acc6ed

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
@@ -938,3 +938,24 @@ src/pages/Home.js
938938
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
939939

940940
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
960+
961+
webpack compiled with 1 warning

0 commit comments

Comments
 (0)