Skip to content

Component | Graph: Add shouldDataUpdate option to control update behavior #616

Component | Graph: Add shouldDataUpdate option to control update behavior

Component | Graph: Add shouldDataUpdate option to control update behavior #616

Triggered via pull request November 1, 2024 22:13
Status Failure
Total duration 3m 1s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build
Class 'VisGraphComponent<N, L>' incorrectly implements interface 'GraphConfigInterface<N, L>'.
build
Property 'shouldDataUpdate' is missing in type '{ duration: number; events: { [selector: string]: { select?: VisEventCallback<any>; auxclick?: VisEventCallback<any>; click?: VisEventCallback<any>; ... 17 more ...; wheel?: VisEventCallback<...>; }; }; ... 80 more ...; onRenderComplete: (g: Selection<...>, nodes: GraphNode<...>[], links: GraphLink<...>[], config: G...' but required in type 'GraphConfigInterface<N, L>'.
build
Process completed with exit code 1.
build
Class 'VisGraphComponent<N, L>' incorrectly implements interface 'GraphConfigInterface<N, L>'.
build
Property 'shouldDataUpdate' is missing in type '{ duration: number; events: { [selector: string]: { select?: VisEventCallback<any>; auxclick?: VisEventCallback<any>; click?: VisEventCallback<any>; ... 17 more ...; wheel?: VisEventCallback<...>; }; }; ... 80 more ...; onRenderComplete: (g: Selection<...>, nodes: GraphNode<...>[], links: GraphLink<...>[], config: G...' but required in type 'GraphConfigInterface<N, L>'.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/