Merge pull request #1269 from ssvlabs/pre-stage #5564
Annotations
5 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
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
|
lint:
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
|
lint:
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
|
lint:
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
|