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: backend/server.log
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,33 @@ Quit the server with CONTROL-C.
46
46
/home/atonixdev/profile/backend/venv/lib/python3.12/site-packages/rest_framework_simplejwt/__init__.py:1: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
47
47
from pkg_resources import DistributionNotFound, get_distribution
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
@@ -707,3 +707,24 @@ src/pages/Home.js
707
707
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
708
708
709
709
webpack compiled with 1 warning
710
+
Compiling...
711
+
Compiled with warnings.
712
+
713
+
[eslint]
714
+
src/components/InteractiveProjects.js
715
+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
716
+
717
+
src/pages/Home.js
718
+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
719
+
720
+
Search for the keywords to learn more about each warning.
721
+
To ignore, add // eslint-disable-next-line to the line before.
722
+
723
+
WARNING in [eslint]
724
+
src/components/InteractiveProjects.js
725
+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
726
+
727
+
src/pages/Home.js
728
+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
0 commit comments