Skip to content

feat: added diagram preview and edit functionality #5

feat: added diagram preview and edit functionality

feat: added diagram preview and edit functionality #5

Triggered via push August 6, 2024 12:05
Status Failure
Total duration 1m 35s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
lint: src/server/ui.js#L72
'editUrl' is defined but never used
lint
Process completed with exit code 1.
lint: src/client/edit-diagram-dialog/components/edit-diagram-dialog.tsx#L44
React Hook useEffect has an unnecessary dependency: 'editUrl'. Either exclude it or remove the dependency array. Outer scope values like 'editUrl' aren't valid dependencies because mutating them doesn't re-render the component
lint: src/client/preview-diagram-dialog/components/preview-diagram-dialog.tsx#L16
React Hook useEffect has an unnecessary dependency: 'previewUrl'. Either exclude it or remove the dependency array. Outer scope values like 'previewUrl' aren't valid dependencies because mutating them doesn't re-render the component
lint: src/client/sidebar/components/Sidebar.tsx#L112
React Hook useEffect has a missing dependency: 'getImages'. Either include it or remove the dependency array