Skip to content

fixes node title not changing #276

fixes node title not changing

fixes node title not changing #276

Triggered via pull request November 26, 2024 12:17
Status Success
Total duration 9m 26s
Artifacts

pr-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Verify changes: packages/ui/src/app/editor/[id]/clientPage.tsx#L28
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array
Verify changes: packages/ui/src/app/editor/page.tsx#L22
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array
Verify changes: packages/ui/src/components/EmptyStateEditor.tsx#L27
React Hook useCallback has a missing dependency: 'dispatch.ui'. Either include it or remove the dependency array
Verify changes: packages/ui/src/components/editor/panels/preview.tsx#L41
React Hook useEffect has a missing dependency: 'outputNode'. Either include it or remove the dependency array
Verify changes: packages/graph-editor/src/components/debugger/player.tsx#L47
React Hook useEffect has missing dependencies: 'autoScrollWhenPlay' and 'timelineState'. Either include them or remove the dependency array
Verify changes: packages/graph-editor/src/components/panels/nodeSettings/index.tsx#L92
React Hook React.useEffect has a missing dependency: 'selectedNode.annotations'. Either include it or remove the dependency array. If 'setLocalTitle' needs the current value of 'selectedNode.annotations', you can also switch to useReducer instead of useState and read 'selectedNode.annotations' in the reducer
Verify changes: packages/graph-editor/src/components/panels/nodeSettings/index.tsx#L92
React Hook React.useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Verify changes: packages/graph-editor/src/components/panels/nodeSettings/index.tsx#L121
React Hook React.useEffect has a missing dependency: 'selectedNode.annotations'. Either include it or remove the dependency array. If 'setLocalDescription' needs the current value of 'selectedNode.annotations', you can also switch to useReducer instead of useState and read 'selectedNode.annotations' in the reducer
Verify changes: packages/graph-editor/src/components/panels/nodeSettings/index.tsx#L121
React Hook React.useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Verify changes: packages/graph-editor/src/components/toolbar/dropdowns/add.tsx#L31
React Hook useCallback has a missing dependency: 'handleMouseMove'. Either include it or remove the dependency array
Verify changes
No files were found with the provided path: ./**/cypress/snapshots ./**/cypress/screenshots. No artifacts will be uploaded.