Skip to content

feat: add viz story #119

feat: add viz story

feat: add viz story #119

Triggered via pull request April 22, 2024 22:03
Status Failure
Total duration 1m 2s
Artifacts

ci-cd.yml

on: pull_request
Matrix: test
Publish package to NPM
0s
Publish package to NPM
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Test on node 20: src/stories/Viz.stories.tsx#L146
Property 'ownerSVGElement' does not exist on type 'EventTarget'.
Test on node 20: src/stories/Viz.stories.tsx#L249
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ compute: string; fetch: string; render: string; operation: string; }'.
Test on node 20: src/stories/Viz.stories.tsx#L260
Property 'ownerSVGElement' does not exist on type 'EventTarget'.
Test on node 20: src/stories/Viz.stories.tsx#L265
Type '{ kind: string; commonName: string; operationRelativeEndTime: number; operationName: string; operationStartOffset: number; occurrence: number; metadata: { origin: string; ticketId: string; initiatorType?: undefined; transferSize?: undefined; encodedBodySize?: undefined; query?: undefined; }; operationId: string; det...' is not assignable to type 'TaskDataEmbeddedInOperation | undefined'.
Test on node 20: src/stories/VizGPT.stories.tsx#L44
Object is possibly 'undefined'.
Test on node 20: src/stories/VizGPT.stories.tsx#L163
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.