fix: correctly assign and highlight homonuclear nuclei #9155
nodejs.yml
on: pull_request
nodejs
/
prepare
17s
knip
38s
stylelint
45s
nodejs
/
lint-eslint
1m 14s
nodejs
/
lint-prettier
39s
nodejs
/
lint-check-types
39s
nodejs
/
test-package
42s
Matrix: nodejs / test
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/multiplicityTree/MultiplicityTree.tsx#L241
Do not use Array index in keys
|
|
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
|