Skip to content

fix(g-base): container类卸载后再去调用getChildren报错 (#1634) #1791

fix(g-base): container类卸载后再去调用getChildren报错 (#1634)

fix(g-base): container类卸载后再去调用getChildren报错 (#1634) #1791

Triggered via push March 8, 2024 02:29
Status Failure
Total duration 6m 34s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build (12.x)
Process completed with exit code 1.
build (12.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (12.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (12.x): packages/g-base/src/abstract/canvas.ts#L198
Unexpected empty method 'draw'
build (12.x): packages/g-base/src/abstract/container.ts#L1
'max' is defined but never used
build (12.x): packages/g-base/src/abstract/container.ts#L1
'min' is defined but never used
build (12.x): packages/g-base/src/abstract/container.ts#L45
'contains' is defined but never used
build (12.x): packages/g-base/src/abstract/element.ts#L121
'changeType' is defined but never used
build (12.x): packages/g-base/src/abstract/element.ts#L121
Unexpected empty method 'onCanvasChange'
build (12.x): packages/g-base/src/abstract/element.ts#L128
'attrs' is defined but never used
build (12.x): packages/g-base/src/abstract/element.ts#L128
Unexpected empty method 'initAttrs'
build (12.x): packages/g-base/src/abstract/element.ts#L202
'value' is defined but never used
build (12.x): packages/g-base/src/abstract/element.ts#L202
'originValue' is defined but never used