feat(evm): disable stake strategies #1176
QA.yaml
on: pull_request
Tests
1m 30s
ESLint
49s
TypeScript
1m 25s
Prettier
39s
Unused Files, Deps, Exports
33s
E2E
0s
Annotations
7 errors and 9 warnings
TypeScript
Conversion of type 'Record<string, StakingInfo>' to type 'StakingInfo' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
TypeScript
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'StakingInfo'.
|
TypeScript
Parameter 'incentive' implicitly has an 'any' type.
|
TypeScript
Parameter 'key' implicitly has an 'any' type.
|
TypeScript
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'Record<Incentive, () => ReactNode>'.
|
TypeScript
bob-evm#typecheck: command (/home/runner/work/ui/ui/apps/evm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
TypeScript
Process completed with exit code 2.
|
Unused Files, Deps, Exports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint:
apps/evm/src/app/[lang]/(bridge)/components/BridgeStatus/TimeStep.tsx#L57
React Hook useMemo has a missing dependency: 'lang'. Either include it or remove the dependency array
|
ESLint:
apps/evm/src/app/[lang]/(bridge)/stake/hooks/useGetStakingStrategies.ts#L6
There should be at least one empty line between import groups
|
ESLint:
apps/evm/src/app/[lang]/(bridge)/stake/hooks/useGetStakingStrategies.ts#L7
`./useStrategiesContractData` import should occur before import of `@/hooks`
|
ESLint:
apps/evm/src/app/[lang]/(bridge)/stake/hooks/useGetStakingStrategies.ts#L51
React Hook useMemo has a missing dependency: 'strategies'. Either include it or remove the dependency array
|
TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|