Skip to content

fix imports to be from the top level #365

fix imports to be from the top level

fix imports to be from the top level #365

Triggered via push December 4, 2023 20:21
Status Failure
Total duration 1m 6s
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

9 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/index.tsx#L9
Module '"@aics/simularium-viewer"' has no exported member 'TrajectoryFileInfo'. Did you mean to use 'import TrajectoryFileInfo from "@aics/simularium-viewer"' instead?
Type Check: src/containers/ViewerPanel/index.tsx#L10
Module '"@aics/simularium-viewer"' has no exported member 'TimeData'. Did you mean to use 'import TimeData from "@aics/simularium-viewer"' instead?
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/