Skip to content

fix: add missing envs to TF (#47) #112

fix: add missing envs to TF (#47)

fix: add missing envs to TF (#47) #112

Triggered via push February 26, 2026 09:30
Status Success
Total duration 1m 17s
Artifacts

build.yaml

on: push
Build staking dashboard frontend
1m 12s
Build staking dashboard frontend
Build ATP indexer backend
22s
Build ATP indexer backend
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build staking dashboard frontend: staking-dashboard/src/components/Stake/StakeFlowTokenApproval.tsx#L25
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Build staking dashboard frontend: staking-dashboard/src/components/Stake/StakeFlowSelectedAtpDetails.tsx#L31
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Build staking dashboard frontend: staking-dashboard/src/components/Registration/RegistrationStake.tsx#L40
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Build staking dashboard frontend: staking-dashboard/src/components/Registration/RegistrationStake.tsx#L33
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Build staking dashboard frontend: staking-dashboard/src/components/Provider/ProviderStake.tsx#L48
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Build staking dashboard frontend: staking-dashboard/src/components/Provider/ProviderStake.tsx#L36
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Build staking dashboard frontend: staking-dashboard/src/components/CustomConnectButton/CustomConnectButton.tsx#L59
React Hook "useEffect" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
Build staking dashboard frontend: staking-dashboard/src/components/Alert/Alert.tsx#L73
Unexpected any. Specify a different type
Build staking dashboard frontend: staking-dashboard/src/components/Stake/StakeFlowAtpSelection.tsx#L97
React Hook useEffect has a missing dependency: 'transactionType'. Either include it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/Stake/StakeFlowAtpSelection.tsx#L77
React Hook useEffect has a missing dependency: 'updateFormData'. Either include it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/Provider/ProviderStakingFlow.tsx#L128
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/Provider/ProviderStake.tsx#L157
React Hook useEffect has a missing dependency: 'onComplete'. Either include it or remove the dependency array. If 'onComplete' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build staking dashboard frontend: staking-dashboard/src/components/Provider/ProviderStake.tsx#L71
React Hook useMemo has an unnecessary dependency: 'providerId'. Either exclude it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/Provider/ProviderStake.tsx#L65
React Hook useMemo has an unnecessary dependency: 'providerId'. Either exclude it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/DelegateModal/DelegateModal.tsx#L196
React Hook useEffect has a missing dependency: 'handleClose'. Either include it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/CustomConnectButton/CustomConnectButton.tsx#L66
React Hook useEffect has an unnecessary dependency: 'isSafeApp'. Either exclude it or remove the dependency array. Outer scope values like 'isSafeApp' aren't valid dependencies because mutating them doesn't re-render the component
Build staking dashboard frontend: staking-dashboard/src/components/ClaimAllRewardsModal/ClaimAllRewardsModal.tsx#L53
React Hook useEffect has a missing dependency: 'claimAllRewards'. Either include it or remove the dependency array
Build staking dashboard frontend: staking-dashboard/src/components/ATPDetailsModal/ATPDetailsStakerBalance.tsx#L43
React Hook useEffect has missing dependencies: 'queryClient' and 'refetchStakeableAmount'. Either include them or remove the dependency array