chore(main): release 1.12.0 #9626
nodejs.yml
on: pull_request
nodejs
/
prepare
16s
knip
46s
stylelint
49s
nodejs
/
lint-eslint
1m 32s
nodejs
/
lint-prettier
44s
nodejs
/
lint-check-types
52s
nodejs
/
test-package
1m 27s
Matrix: nodejs / test
Annotations
10 warnings
|
nodejs / lint-eslint:
src/component/2d/zones/Zone.tsx#L40
Avoid storing derived state. Compute "reduceOpacity" directly during render, optionally with `useMemo` if it's expensive
|
|
nodejs / lint-eslint:
src/component/2d/zones/Signal.tsx#L39
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
|
|
nodejs / lint-eslint:
src/component/2d/zones/Signal.tsx#L37
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
|
|
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#L28
Unexpected 'todo' comment: 'TODO: make sure spectrumData is not a...'
|
|
nodejs / lint-eslint:
src/component/1d/multiplicityTree/MultiplicityTree.tsx#L244
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#L159
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#L63
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|