Skip to content

changes for model reload #91

changes for model reload

changes for model reload #91

Triggered via pull request June 28, 2023 19:29
Status Failure
Total duration 1m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

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

Annotations

6 errors and 7 warnings
Build, lint, and test on Node 14.x and ubuntu-latest
Process completed with exit code 1.
Build, lint, and test on Node 14.x and windows-latest
The job was canceled because "_14_x_ubuntu-latest" failed.
Build, lint, and test on Node 14.x and windows-latest
The operation was canceled.
Build, lint, and test on Node 14.x and macOS-latest
The job was canceled because "_14_x_ubuntu-latest" failed.
Build, lint, and test on Node 14.x and macOS-latest
The operation was canceled.
Build, lint, and test on Node 14.x and ubuntu-latest: src/components/CanvasWidget.tsx#L45
React Hook useCallback has a missing dependency: 'engine'. Either include it or remove the dependency array
Build, lint, and test on Node 14.x and ubuntu-latest: src/components/Sidebar.tsx#L327
React Hook useEffect has a missing dependency: 'disableDrag'. Either include it or remove the dependency array
Build, lint, and test on Node 14.x and ubuntu-latest: src/index.tsx#L77
React Hook useMemo has unnecessary dependencies: 'metaLinks' and 'metaNodes'. Either exclude them or remove the dependency array
Build, lint, and test on Node 14.x and ubuntu-latest: src/index.tsx#L205
Assignments to the 'onMount' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect