Skip to content

Merge pull request #286 from DevinoSolutions/remove-10mb-limit #219

Merge pull request #286 from DevinoSolutions/remove-10mb-limit

Merge pull request #286 from DevinoSolutions/remove-10mb-limit #219

Triggered via push June 30, 2025 21:39
Status Success
Total duration 1m 1s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
publish: src/frontend/hooks/useRootProvider.ts#L321
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