Skip to content

Convert to TypeScript / Add storybook #69

Convert to TypeScript / Add storybook

Convert to TypeScript / Add storybook #69

Re-run triggered March 27, 2024 09:32
Status Failure
Total duration 34s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build / build: src/cosmoz-treenode.ts#L96
Property 'map' does not exist on type 'string'.
build / build: src/cosmoz-treenode.ts#L96
Parameter 'node' implicitly has an 'any' type.
build / build: src/cosmoz-treenode.ts#L143
Argument of type '(Node | undefined)[]' is not assignable to parameter of type 'string'.
build / build: src/cosmoz-treenode.ts#L152
Argument of type '{ pathToRender: string | undefined; ownerTree: Tree; ellipsis: string; path: (Node | undefined)[]; valueProperty: string; pathSeparator: string; }' is not assignable to parameter of type 'ComputePathText'.
build / build: src/cosmoz-treenode.ts#L158
Type '(Node | undefined)[]' is not assignable to type 'string'.
build / build: test/cosmoz-treenode.test.ts#L9
Parameter 'url' implicitly has an 'any' type.
build / build: test/cosmoz-treenode.test.ts#L15
Variable 'basicFixture' implicitly has type 'any' in some locations where its type cannot be determined.
build / build: test/cosmoz-treenode.test.ts#L28
Property 'ownerTree' does not exist on type 'Element'.
build / build: test/cosmoz-treenode.test.ts#L32
Variable 'basicFixture' implicitly has an 'any' type.
build / build: test/cosmoz-treenode.test.ts#L36
Expected 3 arguments, but got 0.