fix: change last_sale currency to lords #42
Annotations
13 errors and 1 warning
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:
packages/ui/src/price-tag.tsx#L5
'LordsLogo' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header-stats.tsx#L1
'PropsWithClassName' is defined but never used. Allowed unused vars must match /^_/u
|
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/collection/[collectionAddress]/components/collection-header-stats.tsx#L2
'cn' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-buy-now.tsx#L61
Unnecessary conditional, value is always falsy
|
lint:
apps/arkmarket/src/app/components/main-carousel.tsx#L15
'Ethereum' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-make-bid.tsx#L19
'EthInput' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-make-bid.tsx#L40
'ETH' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/components/starknet-provider.tsx#L46
React Hook useMemo has a missing dependency: 'injectedConnectors'. Either include it or remove the dependency array
|