Skip to content

fix: get Root Collection alias using ':root' keyword #2182

fix: get Root Collection alias using ':root' keyword

fix: get Root Collection alias using ':root' keyword #2182

Triggered via push October 25, 2024 18:40
Status Failure
Total duration 1m 44s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
lint: src/sections/create-dataset/CreateDatasetFactory.tsx#L31
Type 'string | undefined' is not assignable to type 'string'.
lint: src/stories/create-dataset/CreateDataset.stories.tsx#L29
Property 'collectionId' is missing in type '{ datasetRepository: DatasetMockRepository; metadataBlockInfoRepository: MetadataBlockInfoMockRepository; collectionRepository: CollectionMockRepository; }' but required in type 'CreateDatasetProps'.
lint: src/stories/create-dataset/CreateDataset.stories.tsx#L40
Property 'collectionId' is missing in type '{ datasetRepository: DatasetMockRepository; metadataBlockInfoRepository: MetadataBlockInfoMockLoadingRepository; collectionRepository: CollectionMockRepository; }' but required in type 'CreateDatasetProps'.
lint: src/stories/create-dataset/CreateDataset.stories.tsx#L63
Property 'collectionId' is missing in type '{ datasetRepository: DatasetMockRepository; metadataBlockInfoRepository: MetadataBlockInfoMockRepository; collectionRepository: CollectionMockRepository; }' but required in type 'CreateDatasetProps'.
lint: src/stories/layout/header/Header.stories.tsx#L17
Property 'collectionRepository' is missing in type '{}' but required in type 'HeaderProps'.
lint: src/stories/layout/header/Header.stories.tsx#L24
Property 'collectionRepository' is missing in type '{}' but required in type 'HeaderProps'.
lint
Process completed with exit code 2.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/