feat: add viz story #113
ci-cd.yml
on: pull_request
Matrix: test
Publish package to NPM
0s
Annotations
5 errors
Test on node 20:
src/stories/Viz.stories.tsx#L39
Type '{ start: number; width: number; commonName: string; occurrence: number; kind: string; }[]' is not assignable to type 'BarDataType[]'.
|
Test on node 20:
src/stories/Viz.stories.tsx#L139
Property 'ownerSVGElement' does not exist on type 'EventTarget'.
|
Test on node 20:
src/stories/VizGPT.stories.tsx#L59
Object is possibly 'undefined'.
|
Test on node 20:
src/stories/VizGPT.stories.tsx#L164
Conversion of type '{ name: string; entryType: string; startTime: number; duration: number; operations: { "ticket/activation": { kind: string; metadata: { origin: string; ticketId: string; }; operationId: string; operationName: string; tasks: ({ ...; } | ... 13 more ... | { ...; })[]; includedCommonTaskNames: string[]; }; }; }' to type 'Operation' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Test on node 20
Process completed with exit code 2.
|