Skip to content

fix: correctly assign and highlight homonuclear nuclei #9155

fix: correctly assign and highlight homonuclear nuclei

fix: correctly assign and highlight homonuclear nuclei #9155

Triggered via pull request October 10, 2025 11:22
Status Failure
Total duration 1m 36s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  lint-eslint
1m 14s
nodejs / lint-eslint
nodejs  /  lint-prettier
39s
nodejs / lint-prettier
nodejs  /  lint-check-types
39s
nodejs / lint-check-types
nodejs  /  test-package
42s
nodejs / test-package
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
knip
Process completed with exit code 1.
nodejs / lint-check-types
Process completed with exit code 2.
nodejs / lint-check-types: src/component/2d/zones/SignalsGuideLines.tsx#L25
Cannot find module '../../hooks/useCanvasContext.js' or its corresponding type declarations.
nodejs / test-package
The process '/opt/hostedtoolcache/node/24.9.0/x64/bin/npm' failed with exit code 1
nodejs / test-package: src/component/2d/zones/SignalsGuideLines.tsx#L25
Cannot find module '../../hooks/useCanvasContext.js' or its corresponding type declarations.
nodejs / lint-eslint
Process completed with exit code 1.
nodejs / lint-eslint: src/component/2d/zones/SignalsGuideLines.tsx#L25
'useCanvasContext' is defined but never used
nodejs / lint-eslint: src/component/EventsTrackers/KeysListenerTracker.tsx#L72
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
nodejs / lint-eslint: src/component/EventsTrackers/BrushTracker.tsx#L346
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
nodejs / lint-eslint: src/component/EventsTrackers/BrushTracker.tsx#L341
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
nodejs / lint-eslint: src/component/2d/ft/Contours.tsx#L87
Unexpected 'todo' comment: 'TODO: make sure preferences are not a...'
nodejs / lint-eslint: src/component/1d/multiplicityTree/generateTreeNodes.ts#L27
Unexpected 'todo' comment: 'TODO: make sure spectrumData is not a...'
nodejs / lint-eslint: src/component/1d/inset/DraggableInset.tsx#L72
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatingRanges.tsx#L176
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d/FloatPublicationString.tsx#L144
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
nodejs / lint-eslint: src/component/1d-2d/components/FloatMoleculeStructures/DraggableStructure.tsx#L66
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive