Skip to content

fix(html): correct typo in meta tag elements (#1472) #4645

fix(html): correct typo in meta tag elements (#1472)

fix(html): correct typo in meta tag elements (#1472) #4645

Triggered via push March 12, 2025 18:04
Status Success
Total duration 5m 35s
Artifacts

quality.yml

on: push
Fit to window
Zoom out
Zoom in

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