feat: added ssv client (#1519) #6457
Annotations
8 warnings
|
Run lint:
src/hooks/b-app/filters/use-strategies-filters.ts#L22
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Run 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
|
|
Run 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
|
|
Run 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
|
|
Run lint:
src/app/routes/dashboard/b-app/strategies/opt-in/opt-in-modal.tsx#L44
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Run lint:
src/app/routes/dashboard/b-app/strategies/opt-in/opt-in-modal.tsx#L44
React Hook useEffect has missing dependencies: 'bApp' and 'modal.isOpen'. Either include them or remove the dependency array
|
|
Run lint:
src/app/routes/dashboard/b-app/strategies/manage-obligations/obligate-modal.tsx#L154
React Hook useEffect has missing dependencies: 'isPending', 'isWaiting', 'obligationData?.percentage', and 'obligationData?.percentageProposed'. Either include them or remove the dependency array
|
|
Run 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
|
Loading