Skip to content

feat: add retryable loader for token page #51

feat: add retryable loader for token page

feat: add retryable loader for token page #51

Triggered via push October 31, 2024 05:24
Status Failure
Total duration 45s
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: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L11
Unsafe assignment of an `any` value
lint: apps/arkmarket/src/app/[collectionAddress]/[tokenId]/page.tsx#L11
Unsafe member access .tokenId on an `any` value
lint: apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-activity-data.tsx#L10
'DesktopCollectionActivityData' is defined but never used. Allowed unused vars must match /^_/u
lint: packages/ui/src/date-time-picker.tsx#L261
React Hook React.useMemo has a missing dependency: 'props.locale'. Either include it or remove the dependency array
lint: packages/ui/src/date-time-picker.tsx#L264
React Hook React.useMemo has missing dependencies: 'props.locale' and 'yearRange'. Either include them or remove the dependency array
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#L77
React Hook useMemo does nothing when called with only one argument. Did you forget to pass an array of dependencies?