Skip to content

refactor: split up library context #10746

refactor: split up library context

refactor: split up library context #10746

Triggered via pull request December 10, 2024 18:38
Status Failure
Total duration 2m 18s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests: src/library-authoring/add-content/AddContentContainer.tsx#L180
Type 'string | undefined' is not assignable to type 'string'.
tests: src/library-authoring/add-content/AddContentContainer.tsx#L196
Type 'string | undefined' is not assignable to type 'string'.
tests: src/library-authoring/collections/CollectionDetails.tsx#L111
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/collections/CollectionDetails.tsx#L112
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/collections/CollectionInfo.tsx#L48
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/collections/CollectionInfoHeader.tsx#L30
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/collections/CollectionInfoHeader.tsx#L32
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/component-info/ManageCollections.tsx#L44
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/components/ComponentEditorModal.tsx#L34
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
tests: src/library-authoring/components/ComponentEditorModal.tsx#L39
Type 'string | undefined' is not assignable to type 'string'.
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636