feat: improve export publication string options #9084
nodejs.yml
on: pull_request
nodejs
/
prepare
16s
knip
37s
stylelint
41s
nodejs
/
lint-eslint
1m 23s
nodejs
/
lint-prettier
38s
nodejs
/
lint-check-types
46s
nodejs
/
test-package
48s
Matrix: nodejs / test
Annotations
4 errors and 10 warnings
|
nodejs / lint-check-types
Process completed with exit code 2.
|
|
nodejs / lint-check-types:
src/component/workspaces/workspaceDefaultProperties.ts#L6
Property 'acsExportOptions' is missing in type '{ display: { general: { hideGeneralSettings: false; experimentalFeatures: { display: false; visible: true; }; hidePanelOnLoad: false; hideLogs: false; hideHelp: false; hideMaximize: false; hideWorkspaces: false; hidePanelsBar: false; }; panels: { ...; }; toolBarButtons: { ...; }; }; ... 11 more ...; peaksLabel: { .....' but required in type 'Required<WorkspacePreferences>'.
|
|
nodejs / test-package
The process '/opt/hostedtoolcache/node/24.9.0/x64/bin/npm' failed with exit code 2
|
|
nodejs / test-package:
src/component/workspaces/workspaceDefaultProperties.ts#L6
Property 'acsExportOptions' is missing in type '{ display: { general: { hideGeneralSettings: false; experimentalFeatures: { display: false; visible: true; }; hidePanelOnLoad: false; hideLogs: false; hideHelp: false; hideMaximize: false; hideWorkspaces: false; hidePanelsBar: false; }; panels: { ...; }; toolBarButtons: { ...; }; }; ... 11 more ...; peaksLabel: { .....' but required in type 'Required<WorkspacePreferences>'.
|
|
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#L345
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#L340
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#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#L66
Avoid storing derived state. Compute "bounding" directly during render, optionally with `useMemo` if it's expensive
|