feat(ranges): forward options to publication string renderer #9594
nodejs.yml
on: pull_request
nodejs
/
prepare
12s
knip
45s
stylelint
49s
nodejs
/
lint-eslint
1m 29s
nodejs
/
lint-prettier
39s
nodejs
/
lint-check-types
51s
nodejs
/
test-package
55s
Matrix: nodejs / test
Annotations
12 errors and 10 warnings
|
nodejs / lint-check-types
Process completed with exit code 2.
|
|
nodejs / lint-check-types:
src/component/workspaces/workspaceDefaultProperties.ts#L285
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
|
|
nodejs / lint-check-types:
src/component/workspaces/workspaceDefaultProperties.ts#L277
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
|
|
nodejs / lint-check-types:
src/component/workspaces/workspaceDefaultProperties.ts#L1
Module '"@zakodium/nmrium-core"' has no exported member 'TextStyle'.
|
|
nodejs / lint-check-types:
src/component/modal/PublicationStringModal.tsx#L104
Argument of type 'ACSExportOptions' is not assignable to parameter of type '{ signalKind: "all" | "signal"; ascending: boolean; format: string; couplingFormat: string; deltaFormat: string; textStyle: { fill: string; fontSize: number; fontStyle: "normal" | "italic"; fontWeight: "bold" | "normal"; }; }'.
|
|
nodejs / lint-check-types:
src/component/hooks/use_acs_settings.ts#L13
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
|
|
nodejs / test-package
The process '/opt/hostedtoolcache/node/24.13.0/x64/bin/npm' failed with exit code 1
|
|
nodejs / test-package:
src/component/workspaces/workspaceDefaultProperties.ts#L285
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
|
|
nodejs / test-package:
src/component/workspaces/workspaceDefaultProperties.ts#L277
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
|
|
nodejs / test-package:
src/component/workspaces/workspaceDefaultProperties.ts#L1
Module '"@zakodium/nmrium-core"' has no exported member 'TextStyle'.
|
|
nodejs / test-package:
src/component/modal/PublicationStringModal.tsx#L104
Argument of type 'ACSExportOptions' is not assignable to parameter of type '{ signalKind: "all" | "signal"; ascending: boolean; format: string; couplingFormat: string; deltaFormat: string; textStyle: { fill: string; fontSize: number; fontStyle: "normal" | "italic"; fontWeight: "bold" | "normal"; }; }'.
|
|
nodejs / test-package:
src/component/hooks/use_acs_settings.ts#L13
Object literal may only specify known properties, and 'textStyle' does not exist in type 'ACSExportOptions'.
|
|
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#L140
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
|