chore: run CI on all changes #3
Merged
Annotations
10 errors and 10 warnings
|
Lint:
staking-dashboard/src/components/Registration/RegistrationStake.tsx#L147
Unexpected constant binary expression. Compares constantly with the right-hand side of the `===`
|
|
Lint:
staking-dashboard/src/components/Registration/RegistrationStake.tsx#L119
Unexpected constant binary expression. Compares constantly with the right-hand side of the `===`
|
|
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
|
|
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