Convert to TypeScript / Add storybook #67
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'.
|