Skip to content

install viewer

install viewer #363

Triggered via push December 2, 2023 06:32
Status Failure
Total duration 1m 1s
Artifacts
Upload to Amazon S3 Staging
0s
Upload to Amazon S3 Staging
Upload to Amazon S3 Production
0s
Upload to Amazon S3 Production
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Type Check: src/components/ColorPicker/index.tsx#L7
'"@aics/simularium-viewer"' has no exported member named 'ColorChange'. Did you mean 'ColorChanges'?
Type Check: src/containers/ViewerPanel/selectors.ts#L2
'"@aics/simularium-viewer"' has no exported member named 'ColorChange'. Did you mean 'ColorChanges'?
Type Check: src/containers/ViewerPanel/selectors.ts#L32
Type '{ highlightedAgents: SelectionEntry[]; hiddenAgents: SelectionEntry[]; colorChange: ColorChange; }' is not assignable to type 'SelectionStateInfo'.
Type Check: src/state/selection/actions.ts#L1
'"@aics/simularium-viewer"' has no exported member named 'ColorChange'. Did you mean 'ColorChanges'?
Type Check: src/state/selection/types.ts#L1
'"@aics/simularium-viewer"' has no exported member named 'ColorChange'. Did you mean 'ColorChanges'?
Type Check
Process completed with exit code 2.
Unit Test
Process completed with exit code 1.
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/