Skip to content

fix: collection listing display #68

fix: collection listing display

fix: collection listing display #68

Triggered via push December 5, 2024 10:28
Status Failure
Total duration 47s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 4 warnings
typecheck
Cannot find module '..' or its corresponding type declarations.
typecheck
@ark-market/ui#typecheck: command (/home/runner/work/market/market/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: packages/ui/src/github-icon.tsx#L7
Unsafe assignment of an error typed value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L6
Unsafe assignment of an error typed value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L6
Computed name [params.collectionAddress] resolves to an `any` value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L6
Unsafe member access .collectionAddress on an `any` value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L10
Unsafe assignment of an error typed value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L10
Unsafe member access [ChainId.SN_MAIN] on an `error` typed value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L11
Unsafe assignment of an error typed value
lint
@ark-market/ui#lint: command (/home/runner/work/market/market/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
@ark-market/app#lint: command (/home/runner/work/market/market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L11
Unsafe assignment of an `any` value
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
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?