fee #81
Annotations
10 errors and 3 warnings
Lint:
packages/ui/src/github-icon.tsx#L7
Unsafe assignment of an error typed value
|
Lint:
packages/ui/src/price-tag.tsx#L53
'CurrencyLogo' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L5
'getCollection' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L12
Async function 'generateMetadata' has no 'await' expression
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L15
Unsafe assignment of an error typed value
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L15
Computed name [params.collectionAddress] resolves to an `error` typed value
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L16
Unsafe assignment of an error typed value
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L16
Unsafe member access [ChainId.SN_MAIN] on an `error` typed value
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L43
Unsafe assignment of an error typed value
|
Lint:
apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L43
Unsafe member access .name on an `error` typed value
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
packages/ui/src/icon-wrapper.tsx#L65
React Hook useEffect has a missing dependency: 'weight'. Either include it or remove the dependency array
|
Lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-data.tsx#L54
React Hook useMemo does nothing when called with only one argument. Did you forget to pass an array of dependencies?
|
Loading