reduced logs in terminal for npx #107
Annotations
10 errors and 10 warnings
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L4
There should be no empty line within import group
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L3
`mathjs` import should occur before import of `react`
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L1
'useCallback' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L1
There should be no empty line within import group
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/BandsDataVisualiser.jsx#L18
'isError' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/BandsDataVisualiser.jsx#L3
`@tanstack/react-query` import should occur before import of `bands-visualiser`
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/BandsDataVisualiser.jsx#L2
'useState' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
lint:
src/AiidaExplorer/GroupsViewer/index.jsx#L117
'groupsError' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
lint:
src/AiidaExplorer/GroupsViewer/index.jsx#L116
'groupsLoading' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
lint:
src/AiidaExplorer/GroupsViewer/index.jsx#L2
`@tanstack/react-query` import should occur before import of `react`
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
src/AiidaExplorer/index.jsx#L243
React Hook useEffect has missing dependencies: 'breadcrumbs', 'ensureNodeData', and 'sizeCategory'. Either include them or remove the dependency array
|
|
lint:
src/AiidaExplorer/VisualiserPane/index.jsx#L70
React Hook useEffect has a missing dependency: 'richVisualiser'. Either include it or remove the dependency array
|
|
lint:
src/AiidaExplorer/VisualiserPane/index.jsx#L60
React Hook useMemo has a missing dependency: 'selectedNode'. Either include it or remove the dependency array
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L63
The 'kinds' logical expression could make the dependencies of useEffect Hook (at line 118) change on every render. To fix this, wrap the initialization of 'kinds' in its own useMemo() Hook
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L63
The 'kinds' logical expression could make the dependencies of useMemo Hook (at line 104) change on every render. To fix this, wrap the initialization of 'kinds' in its own useMemo() Hook
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L62
The 'sites' logical expression could make the dependencies of useEffect Hook (at line 118) change on every render. To fix this, wrap the initialization of 'sites' in its own useMemo() Hook
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L62
The 'sites' logical expression could make the dependencies of useMemo Hook (at line 104) change on every render. To fix this, wrap the initialization of 'sites' in its own useMemo() Hook
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L62
The 'sites' logical expression could make the dependencies of useMemo Hook (at line 97) change on every render. To fix this, wrap the initialization of 'sites' in its own useMemo() Hook
|
|
lint:
src/AiidaExplorer/VisualiserPane/Rich/StructureDataVisualiser/index.jsx#L62
The 'sites' logical expression could make the dependencies of useMemo Hook (at line 77) change on every render. To fix this, wrap the initialization of 'sites' in its own useMemo() Hook
|