UI Checkstyle #29303
Annotations
4 warnings
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/hooks/useCanvasEdgeRenderer.ts#L516
React Hook useEffect has a missing dependency: 'scheduleRedraw'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/hooks/useCanvasEdgeRenderer.ts#L409
React Hook useCallback has unnecessary dependencies: 'isEditMode' and 'nodes'. Either exclude them or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/hooks/useCanvasEdgeRenderer.ts#L289
React Hook useCallback has a missing dependency: 'getNode'. Either include it or remove the dependency array
|
|
checkstyle:
openmetadata-ui/src/main/resources/ui/src/components/Entity/EntityLineage/CanvasEdgeRenderer.component.tsx#L152
React Hook useMemo has an unnecessary dependency: 'nodes'. Either exclude it or remove the dependency array
|