Skip to content

Ark v2

Ark v2 #543

Triggered via pull request October 11, 2024 22:11
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 warnings
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
Property 'fulfill' does not exist on type '{ fulfillAuction: UseMutateFunction<FulfillAuctionResult, Error, FulfillAuctionParameters, unknown>; ... 14 more ...; submittedAt: number; } | { ...; } | { ...; } | { ...; }'.
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
Object literal may only specify known properties, and 'starknetAccount' does not exist in type 'CancelOrderParameters'.
lint
@ark-market/app#lint: command (/home/runner/work/ark-market/ark-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-items-buy-now.tsx#L72
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/accept-offer.tsx#L84
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/cancel-offer.tsx#L78
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-accept-best-offer.tsx#L104
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-cancel-listing.tsx#L75
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-create-listing.tsx#L243
Unexpected `await` of a non-Promise (non-"Thenable") value
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/components/main-carousel.tsx#L56
React Hook useEffect has a missing dependency: 'startAutoSlide'. Either include it or remove the dependency array