Update areta provider information #56
Merged
Annotations
10 errors and 11 warnings
|
Lint:
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
|
|
Lint:
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
|
|
Lint:
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
|
|
Lint:
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
|
|
Lint:
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
|
|
Lint:
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
|
|
Lint:
staking-dashboard/src/components/Provider/ProviderSequencerList.tsx#L19
Unexpected any. Specify a different type
|
|
Lint:
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
|
|
Lint:
staking-dashboard/src/components/CopyButton/CopyButton.tsx#L30
'err' is defined but never used
|
|
Lint:
staking-dashboard/src/components/Alert/Alert.tsx#L73
Unexpected any. Specify a different type
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
staking-dashboard/src/components/Stake/StakeFlowAtpSelection.tsx#L97
React Hook useEffect has a missing dependency: 'transactionType'. Either include it or remove the dependency array
|
|
Lint:
staking-dashboard/src/components/Stake/StakeFlowAtpSelection.tsx#L77
React Hook useEffect has a missing dependency: 'updateFormData'. Either include it or remove the dependency array
|
|
Lint:
staking-dashboard/src/components/Provider/ProviderStakingFlow.tsx#L128
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
|
Lint:
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
|
|
Lint:
staking-dashboard/src/components/Provider/ProviderStake.tsx#L71
React Hook useMemo has an unnecessary dependency: 'providerId'. Either exclude it or remove the dependency array
|
|
Lint:
staking-dashboard/src/components/Provider/ProviderStake.tsx#L65
React Hook useMemo has an unnecessary dependency: 'providerId'. Either exclude it or remove the dependency array
|
|
Lint:
staking-dashboard/src/components/DelegateModal/DelegateModal.tsx#L196
React Hook useEffect has a missing dependency: 'handleClose'. Either include it or remove the dependency array
|
|
Lint:
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
|
|
Lint:
staking-dashboard/src/components/ClaimAllRewardsModal/ClaimAllRewardsModal.tsx#L53
React Hook useEffect has a missing dependency: 'claimAllRewards'. Either include it or remove the dependency array
|
|
Lint:
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
|
Loading