feat: support custom label edition on atom #8994
nodejs.yml
on: pull_request
nodejs
/
prepare
14s
knip
37s
stylelint
39s
nodejs
/
lint-eslint
1m 13s
nodejs
/
lint-prettier
32s
nodejs
/
lint-check-types
42s
nodejs
/
test-package
1m 13s
Matrix: nodejs / test
Annotations
10 warnings
|
nodejs / lint-eslint:
src/component/context/LoggerContext.tsx#L75
Avoid initializing state in an effect. Instead, pass "logsHistory"'s initial value to its `useState`
|
|
nodejs / lint-eslint:
src/component/context/LoggerContext.tsx#L69
Avoid initializing state in an effect. Instead, pass "isLogHistoryOpened"'s initial value to its `useState`
|
|
nodejs / lint-eslint:
src/component/SVGTable.tsx#L175
Do not use Array index in keys
|
|
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#L70
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|
|
nodejs / lint-eslint:
src/component/1d/FloatingRanges.tsx#L179
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|
|
nodejs / lint-eslint:
src/component/1d/FloatPublicationString.tsx#L141
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#L62
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|