Skip to content

Drag and drop nodes #67

Drag and drop nodes

Drag and drop nodes #67

Triggered via pull request August 1, 2025 23:47
Status Success
Total duration 3m 11s
Artifacts

ci.yml

on: pull_request
Matrix: test
integration-test
1m 27s
integration-test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 8 warnings
test (20.x, 3.11)
Process completed with exit code 1.
test (20.x, 3.11): src/config.js#L13
'process' is not defined
test (20.x, 3.11): src/MultiplierNode.jsx#L4
'data' is defined but never used
test (20.x, 3.11): src/DnDContext.jsx#L3
'_' is defined but never used
test (20.x, 3.11): src/App.jsx#L103
'setType' is not defined
test (20.x, 3.11): src/App.jsx#L72
'getId' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.11): src/App.jsx#L12
'addEdge' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.11): src/AdderNode.jsx#L4
'data' is defined but never used
test (20.x, 3.10)
Process completed with exit code 1.
test (20.x, 3.10): src/config.js#L13
'process' is not defined
test (20.x, 3.10): src/MultiplierNode.jsx#L4
'data' is defined but never used
test (20.x, 3.10): src/DnDContext.jsx#L3
'_' is defined but never used
test (20.x, 3.10): src/App.jsx#L103
'setType' is not defined
test (20.x, 3.10): src/App.jsx#L72
'getId' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.10): src/App.jsx#L12
'addEdge' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.10): src/AdderNode.jsx#L4
'data' is defined but never used
test (20.x, 3.11): src/Sidebar.jsx#L4
Fast refresh can't handle anonymous components. Add a name to your export
test (20.x, 3.11): src/DnDContext.jsx#L17
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test (20.x, 3.11): src/App.jsx#L887
React Hook useEffect has missing dependencies: 'deleteSelectedEdge' and 'deleteSelectedNode'. Either include them or remove the dependency array
test (20.x, 3.11): src/App.jsx#L127
The 'fetchDefaultValues' function makes the dependencies of useCallback Hook (at line 193) change on every render. To fix this, wrap the definition of 'fetchDefaultValues' in its own useCallback() Hook
test (20.x, 3.10): src/Sidebar.jsx#L4
Fast refresh can't handle anonymous components. Add a name to your export
test (20.x, 3.10): src/DnDContext.jsx#L17
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test (20.x, 3.10): src/App.jsx#L887
React Hook useEffect has missing dependencies: 'deleteSelectedEdge' and 'deleteSelectedNode'. Either include them or remove the dependency array
test (20.x, 3.10): src/App.jsx#L127
The 'fetchDefaultValues' function makes the dependencies of useCallback Hook (at line 193) change on every render. To fix this, wrap the definition of 'fetchDefaultValues' in its own useCallback() Hook