Skip to content

feat: resolve issues #640, #641, #701, #702 #494

feat: resolve issues #640, #641, #701, #702

feat: resolve issues #640, #641, #701, #702 #494

Triggered via pull request July 30, 2026 03:00
Status Failure
Total duration 40s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
verify: src/hooks/useWallet.ts#L93
Property 'wallet' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useWallet.ts#L58
Property 'wallet' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useWallet.ts#L27
Property 'wallet' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useWallet.ts#L10
Property 'wallet' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useInfiniteCreatorMarketplace.ts#L53
Property 'creators' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useInfiniteCreatorMarketplace.ts#L28
Property 'creators' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useCreators.ts#L17
Property 'creators' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useCreators.ts#L10
Property 'creators' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/hooks/useCreatorActivityFeed.ts#L24
Property 'creators' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify: src/components/home/CreatorSpotlight.tsx#L145
Property 'creators' does not exist on type '{ readonly creatorProfile: { readonly all: () => readonly ["creatorProfile"]; readonly byId: (creatorId: string) => readonly ["creatorProfile", string]; }; }'.
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/