Skip to content

Convert to TypeScript / Add storybook #67

Convert to TypeScript / Add storybook

Convert to TypeScript / Add storybook #67

Re-run triggered March 26, 2024 15:29
Status Failure
Total duration 39s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build / build: src/cosmoz-treenode.ts#L39
'hideFromRoot' is possibly 'undefined'.
build / build: src/cosmoz-treenode.ts#L39
'hideFromRoot' is possibly 'undefined'.
build / build: src/cosmoz-treenode.ts#L43
'showMaxNodes' is possibly 'undefined'.
build / build: src/cosmoz-treenode.ts#L43
'showMaxNodes' is possibly 'undefined'.
build / build: src/cosmoz-treenode.ts#L44
'showMaxNodes' is possibly 'undefined'.
build / build: src/cosmoz-treenode.ts#L101
Property 'map' does not exist on type 'string'.
build / build: src/cosmoz-treenode.ts#L101
Parameter 'node' implicitly has an 'any' type.
build / build: src/cosmoz-treenode.ts#L148
Argument of type '(Node | undefined)[]' is not assignable to parameter of type 'string'.
build / build: src/cosmoz-treenode.ts#L157
Argument of type '{ pathToRender: string | undefined; ownerTree: Tree; ellipsis: string; path: (Node | undefined)[]; valueProperty: string; pathSeparator: string; }' is not assignable to parameter of type 'ComputePathTextType'.
build / build: src/cosmoz-treenode.ts#L163
Type '(Node | undefined)[]' is not assignable to type 'string'.