fixes node title not changing #276
Annotations
11 warnings
Linting:
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
|
Linting:
packages/ui/src/app/editor/page.tsx#L22
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array
|
Linting:
packages/ui/src/components/EmptyStateEditor.tsx#L27
React Hook useCallback has a missing dependency: 'dispatch.ui'. Either include it or remove the dependency array
|
Linting:
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
|
Linting:
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
|
Linting:
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
|
Linting:
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
|
Linting:
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
|
Linting:
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
|
Linting:
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
|
Run actions/upload-artifact@v3
No files were found with the provided path: ./**/cypress/snapshots
./**/cypress/screenshots. No artifacts will be uploaded.
|
Loading