fix: added btn for empty state #5724
Annotations
1 error and 5 warnings
lint
Process completed with exit code 1.
|
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
|
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
|