Fix(arcade)/discovery color #4647
quality.yml
on: pull_request
ensure-wasm
2m 22s
ensure-windows
5m 55s
clippy
2m 29s
rust-fmt
15s
ts-lint
42s
Annotations
10 warnings
ts-lint:
packages/profile/src/components/achievements/index.tsx#L99
React Hook useMemo has a missing dependency: 'achievements'. Either include it or remove the dependency array
|
ts-lint:
packages/profile/src/components/achievements/trophies.tsx#L162
React Hook useCallback has missing dependencies: 'chainId', 'parent', and 'provider.social'. Either include them or remove the dependency array
|
ts-lint:
packages/profile/src/components/achievements/trophies.tsx#L208
React Hook useMemo has missing dependencies: 'address', 'enabled', 'game?.socials.twitter', 'game?.socials.website', and 'softview'. Either include them or remove the dependency array
|
ts-lint:
packages/profile/src/components/activity.tsx#L250
React Hook useMemo has a missing dependency: 'address'. Either include it or remove the dependency array
|
ts-lint:
packages/profile/src/components/inventory/collection/send/index.tsx#L105
React Hook useCallback has a missing dependency: 'recipientError'. Either include it or remove the dependency array
|
ts-lint:
packages/keychain/src/components/DeployController.tsx#L52
The 'estimateFee' conditional could make the dependencies of useEffect Hook (at line 114) change on every render. To fix this, wrap the initialization of 'estimateFee' in its own useMemo() Hook
|
ts-lint:
packages/keychain/src/components/DeployController.tsx#L52
The 'estimateFee' conditional could make the dependencies of useCallback Hook (at line 128) change on every render. To fix this, wrap the initialization of 'estimateFee' in its own useMemo() Hook
|
ts-lint:
packages/keychain/src/components/ErrorAlert.tsx#L407
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
ts-lint:
packages/keychain/src/components/ErrorAlert.tsx#L413
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
ts-lint:
packages/keychain/src/components/ExecutionContainer.tsx#L114
React Hook useEffect has a missing dependency: 'feeEstimate'. Either include it or remove the dependency array
|