Skip to content

fix: small ui fix (#1613) #6729

fix: small ui fix (#1613)

fix: small ui fix (#1613) #6729

Triggered via push January 6, 2026 11:47
Status Success
Total duration 1m 36s
Artifacts

build_deploy.yml

on: push
github-workflow
1m 33s
github-workflow
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
github-workflow: src/components/ui/file-upload.tsx#L197
React Hook useCallback has missing dependencies: 'maxFiles', 'maxSize', and 'onValueChange'. Either include them or remove the dependency array. If 'onValueChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
github-workflow: src/components/ui/file-upload.tsx#L156
React Hook useCallback has missing dependencies: 'direction', 'dropzoneState.inputRef', and 'orientation'. Either include them or remove the dependency array
github-workflow: src/app/routes/reshare-dkg/upload-proofs.tsx#L51
React Hook useEffect has missing dependencies: 'nextStep' and 'proofsQuery.data?.validators.length'. Either include them or remove the dependency array
github-workflow: src/app/routes/create-cluster/upload-keyshares.tsx#L99
React Hook useEffect has a missing dependency: 'state'. Either include it or remove the dependency array