Skip to content

hotfix: append definition #194

hotfix: append definition

hotfix: append definition #194

Triggered via push August 12, 2025 14:15
Status Success
Total duration 3m 57s
Artifacts

ci.yml

on: push
Matrix: test
integration-test
1m 36s
integration-test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 10 warnings
test (20.x, 3.10)
Process completed with exit code 1.
test (20.x, 3.10): src/nodeConfig.js#L10
'createFunctionNode' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.10): src/config.js#L13
'process' is not defined
test (20.x, 3.10): src/components/nodes/DynamicHandleNode.jsx#L1
'useCallback' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.10): src/components/EventsTab.jsx#L371
'index' is defined but never used
test (20.x, 3.10): src/components/DnDContext.jsx#L3
'_' is defined but never used
test (20.x, 3.10): src/App.jsx#L74
'setType' is not defined
test (20.x, 3.10): src/App.jsx#L27
'createFunctionNode' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.11)
Process completed with exit code 1.
test (20.x, 3.11): src/nodeConfig.js#L10
'createFunctionNode' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.11): src/config.js#L13
'process' is not defined
test (20.x, 3.11): src/components/nodes/DynamicHandleNode.jsx#L1
'useCallback' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.11): src/components/EventsTab.jsx#L371
'index' is defined but never used
test (20.x, 3.11): src/components/DnDContext.jsx#L3
'_' is defined but never used
test (20.x, 3.11): src/App.jsx#L74
'setType' is not defined
test (20.x, 3.11): src/App.jsx#L27
'createFunctionNode' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
test (20.x, 3.10): src/components/nodes/FunctionNode.jsx#L125
Fast refresh can't handle anonymous components. Add a name to your export
test (20.x, 3.10): src/components/Sidebar.jsx#L5
Fast refresh can't handle anonymous components. Add a name to your export
test (20.x, 3.10): src/components/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#L1059
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#L302
React Hook useCallback has an unnecessary dependency: 'setDefaultValues'. Either exclude it or remove the dependency array
test (20.x, 3.11): src/components/nodes/FunctionNode.jsx#L125
Fast refresh can't handle anonymous components. Add a name to your export
test (20.x, 3.11): src/components/Sidebar.jsx#L5
Fast refresh can't handle anonymous components. Add a name to your export
test (20.x, 3.11): src/components/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#L1059
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#L302
React Hook useCallback has an unnecessary dependency: 'setDefaultValues'. Either exclude it or remove the dependency array