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
Line 124:35: Function declared in a loop contains unsafe references to variable(s) 'currParentId' no-loop-func
14
14
Line 243:15: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
15
15
16
-
src/components/NeuroglancerViewer.js
17
-
Line 25:6: React Hook useEffect has a missing dependency: 'loadViewer'. Either include it or remove the dependency array react-hooks/exhaustive-deps
18
-
19
-
src/components/WorkflowSelector.js
20
-
Line 11:3: 'BarChartOutlined' is defined but never used no-unused-vars
21
-
22
16
src/components/YamlFileUploader.js
23
-
Line 349:6: React Hook useEffect has missing dependencies: 'getCurrentConfig' and 'syncYamlContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps
24
-
Line 363:6: React Hook useEffect has missing dependencies: 'getCurrentConfig', 'setCurrentConfig', and 'updateInputSelectorInformation'. Either include them or remove the dependency array react-hooks/exhaustive-deps
25
-
Line 376:6: React Hook useMemo has a missing dependency: 'getCurrentConfig'. Either include it or remove the dependency array react-hooks/exhaustive-deps
26
-
27
-
src/views/EHTool.js
28
-
Line 25:6: React Hook useEffect has a missing dependency: 'sessionId'. Either include it or remove the dependency array react-hooks/exhaustive-deps
17
+
Line 347:6: React Hook useEffect has missing dependencies: 'getCurrentConfig' and 'syncYamlContext'. Either include them or remove the dependency array react-hooks/exhaustive-deps
18
+
Line 361:6: React Hook useEffect has missing dependencies: 'getCurrentConfig', 'setCurrentConfig', and 'updateInputSelectorInformation'. Either include them or remove the dependency array react-hooks/exhaustive-deps
19
+
Line 374:6: React Hook useMemo has a missing dependency: 'getCurrentConfig'. Either include it or remove the dependency array react-hooks/exhaustive-deps
29
20
30
21
src/views/FilesManager.js
31
-
Line 202:27: Function declared in a loop contains unsafe references to variable(s) 'curr' no-loop-func
32
-
Line 528:32: Function declared in a loop contains unsafe references to variable(s) 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb' no-loop-func
33
-
Line 825: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/ProofReading.js
36
-
Line 22:21: 'setProjectId' is assigned a value but never used no-unused-vars
37
-
Line 29:6: React Hook useEffect has missing dependencies: 'fetchNeuroglancerUrl' and 'fetchSynapses'. Either include them or remove the dependency array react-hooks/exhaustive-deps
38
-
Line 70:6: React Hook useEffect has missing dependencies: 'goToNext', 'goToPrevious', 'saveCurrent', and 'updateStatus'. Either include them or remove the dependency array react-hooks/exhaustive-deps
22
+
Line 81:31: Function declared in a loop contains unsafe references to variable(s) 'current' no-loop-func
23
+
Line 420:27: Function declared in a loop contains unsafe references to variable(s) 'curr' no-loop-func
24
+
Line 772:32: Function declared in a loop contains unsafe references to variable(s) 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb', 'descendantSizeKb' no-loop-func
25
+
Line 1069: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
39
26
40
27
src/views/Views.js
41
-
Line 12:3: 'BarChartOutlined' is defined but never used no-unused-vars
42
-
43
-
src/views/Visualization.js
44
-
Line 1:39: 'useEffect' is defined but never used no-unused-vars
45
-
Line 28:11: 'files' is assigned a value but never used no-unused-vars
46
-
47
-
src/views/ehtool/DetectionWorkflow.js
48
-
Line 225:6: React Hook useEffect has a missing dependency: 'loadInstances'. Either include it or remove the dependency array react-hooks/exhaustive-deps
49
-
Line 274:20: The ref value 'schedulerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'schedulerRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
50
-
Line 314:6: React Hook useEffect has a missing dependency: 'loadInstanceView'. Either include it or remove the dependency array react-hooks/exhaustive-deps
51
-
Line 355:6: React Hook useEffect has a missing dependency: 'loadInstanceView'. Either include it or remove the dependency array react-hooks/exhaustive-deps
52
-
Line 416:6: React Hook useEffect has missing dependencies: 'goToNextInstance', 'goToPreviousInstance', 'handleAxisChange', and 'handleInstanceClassify'. Either include them or remove the dependency array react-hooks/exhaustive-deps
53
-
Line 524:6: React Hook useEffect has a missing dependency: 'clearFrameCaches'. Either include it or remove the dependency array react-hooks/exhaustive-deps
54
-
55
-
src/views/ehtool/ProofreadingEditor.js
56
-
Line 140:8: React Hook useEffect has a missing dependency: 'loadImages'. Either include it or remove the dependency array react-hooks/exhaustive-deps
57
-
Line 148:8: React Hook useEffect has missing dependencies: 'drawCanvas' and 'drawMinimap'. Either include them or remove the dependency array react-hooks/exhaustive-deps
58
-
Line 163:8: React Hook useEffect has missing dependencies: 'drawCanvas' and 'drawMinimap'. Either include them or remove the dependency array react-hooks/exhaustive-deps
59
-
Line 403:8: React Hook useEffect has a missing dependency: 'loadOverlayImage'. Either include it or remove the dependency array react-hooks/exhaustive-deps
60
-
Line 407:8: React Hook useEffect has a missing dependency: 'loadOverlayImage'. Either include it or remove the dependency array react-hooks/exhaustive-deps
61
-
Line 653:7: React Hook useMemo has a missing dependency: 'glasbeyColor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
62
-
Line 662:8: React Hook useEffect has missing dependencies: 'drawCanvas' and 'drawMinimap'. Either include them or remove the dependency array react-hooks/exhaustive-deps
63
-
Line 899:9: Expected a default case default-case
64
-
Line 940:8: React Hook useEffect has missing dependencies: 'handleRedo', 'handleSave', and 'handleUndo'. Either include them or remove the dependency array react-hooks/exhaustive-deps
28
+
Line 11:3: 'BarChartOutlined' is defined but never used no-unused-vars
29
+
30
+
src/views/mask-proofreading/MaskProofreading.js
31
+
Line 5:10: 'ehToolSession' is assigned a value but never used no-unused-vars
32
+
Line 5:25: 'setEhToolSession' is assigned a value but never used no-unused-vars
33
+
Line 6:10: 'refreshTrigger' is assigned a value but never used no-unused-vars
34
+
Line 6:26: 'setRefreshTrigger' is assigned a value but never used no-unused-vars
65
35
66
36
src/views/project-manager/AnnotationDashboard.js
67
-
Line 177:9: 'isAdmin' is assigned a value but never used no-unused-vars
37
+
Line 340:5: 'isAdmin' is assigned a value but never used no-unused-vars
Copy file name to clipboardExpand all lines: .logs/start/react-dev.log
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
> react-scripts start
4
4
5
5
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
6
-
(node:1773478) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
6
+
(node:1802959) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
7
7
(Use `node --trace-deprecation ...` to show where the warning was created)
8
-
(node:1773478) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
8
+
(node:1802959) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
9
9
Starting the development server...
10
10
11
11
Compiled successfully!
@@ -19,4 +19,3 @@ 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
-
The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process.
0 commit comments