Skip to content

fix: fixed component #6447

fix: fixed component

fix: fixed component #6447

Triggered via push September 30, 2025 14:02
Status Success
Total duration 45s
Artifacts

build_deploy.yml

on: push
github-workflow
41s
github-workflow
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
github-workflow: 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
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/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
github-workflow: 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
github-workflow: 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
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