Skip to content

Merge pull request #283 from DevinoSolutions/feature/upup-integrate-d… #218

Merge pull request #283 from DevinoSolutions/feature/upup-integrate-d…

Merge pull request #283 from DevinoSolutions/feature/upup-integrate-d… #218

Triggered via push June 28, 2025 06:43
Status Success
Total duration 1m 2s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
publish: src/frontend/hooks/useRootProvider.ts#L314
React Hook useCallback has missing dependencies: 'handleCancel' and 'onDoneClicked'. Either include them or remove the dependency array. If 'onDoneClicked' changes too often, find the parent component that defines it and wrap that definition in useCallback
publish: src/frontend/hooks/useDropboxUploader.ts#L142
React Hook useCallback has missing dependencies: 'downloadFile' and 'onError'. Either include them or remove the dependency array
publish: src/frontend/hooks/useDropboxUploader.ts#L122
React Hook useCallback has unnecessary dependencies: 'onError' and 'token'. Either exclude them or remove the dependency array
publish: src/frontend/hooks/useDropboxAuth.ts#L252
React Hook useCallback has a missing dependency: 'logout'. Either include it or remove the dependency array