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: .logs/start/react-dev.log
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,53 @@ Note that the development build is not optimized.
19
19
To create a production build, use npm run build.
20
20
21
21
webpack compiled successfully
22
+
Compiling...
23
+
Compiled successfully!
24
+
webpack compiled successfully
25
+
Compiling...
26
+
Compiled with warnings.
27
+
28
+
[eslint]
29
+
src/views/FilesManager.js
30
+
Line 81:31: Function declared in a loop contains unsafe references to variable(s) 'current' no-loop-func
31
+
Line 424:27: Function declared in a loop contains unsafe references to variable(s) 'curr' no-loop-func
32
+
Line 776:32: Function declared in a loop contains unsafe references to variable(s) 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb' no-loop-func
33
+
Line 1073:6: React Hook useEffect has missing dependencies: 'finishCreateFolder', 'finishRename', 'handleCopy', 'handleCut', 'handleDelete', and 'handlePaste'. Either include them or remove the dependency array react-hooks/exhaustive-deps
34
+
35
+
src/views/Views.js
36
+
Line 11:3: 'BarChartOutlined' is defined but never used no-unused-vars
37
+
38
+
src/views/mask-proofreading/MaskProofreading.js
39
+
Line 5:10: 'ehToolSession' is assigned a value but never used no-unused-vars
40
+
Line 5:25: 'setEhToolSession' is assigned a value but never used no-unused-vars
41
+
Line 6:10: 'refreshTrigger' is assigned a value but never used no-unused-vars
42
+
Line 6:26: 'setRefreshTrigger' is assigned a value but never used no-unused-vars
43
+
44
+
src/views/project-manager/VolumeTracker.js
45
+
Line 126:6: React Hook useMemo has an unnecessary dependency: 'isAdmin'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
46
+
Line 183:15: 'cfg' is assigned a value but never used no-unused-vars
47
+
48
+
Search for the keywords to learn more about each warning.
49
+
To ignore, add // eslint-disable-next-line to the line before.
50
+
51
+
WARNING in [eslint]
52
+
src/views/FilesManager.js
53
+
Line 81:31: Function declared in a loop contains unsafe references to variable(s) 'current' no-loop-func
54
+
Line 424:27: Function declared in a loop contains unsafe references to variable(s) 'curr' no-loop-func
55
+
Line 776:32: Function declared in a loop contains unsafe references to variable(s) 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb' no-loop-func
56
+
Line 1073:6: React Hook useEffect has missing dependencies: 'finishCreateFolder', 'finishRename', 'handleCopy', 'handleCut', 'handleDelete', and 'handlePaste'. Either include them or remove the dependency array react-hooks/exhaustive-deps
57
+
58
+
src/views/Views.js
59
+
Line 11:3: 'BarChartOutlined' is defined but never used no-unused-vars
60
+
61
+
src/views/mask-proofreading/MaskProofreading.js
62
+
Line 5:10: 'ehToolSession' is assigned a value but never used no-unused-vars
63
+
Line 5:25: 'setEhToolSession' is assigned a value but never used no-unused-vars
64
+
Line 6:10: 'refreshTrigger' is assigned a value but never used no-unused-vars
65
+
Line 6:26: 'setRefreshTrigger' is assigned a value but never used no-unused-vars
66
+
67
+
src/views/project-manager/VolumeTracker.js
68
+
Line 126:6: React Hook useMemo has an unnecessary dependency: 'isAdmin'. Either exclude it or remove the dependency array react-hooks/exhaustive-deps
69
+
Line 183:15: 'cfg' is assigned a value but never used no-unused-vars
0 commit comments