Merge pull request #3 from hcp-uw/updates #22
Annotations
10 errors and 1 warning
build-and-deploy:
src/interfaces/mapping.ts#L35
Object literal may only specify known properties, and 'lead' does not exist in type 'IMember'.
|
build-and-deploy:
src/interfaces/mapping.ts#L46
Property 'lead' does not exist on type 'IMember'.
|
build-and-deploy:
src/pages/JoinPage.tsx#L8
Module '"@chakra-ui/react"' has no exported member 'keyframes'.
|
build-and-deploy:
src/pages/JoinPage.tsx#L65
Type 'string' is not assignable to type 'Transition | undefined'.
|
build-and-deploy:
src/pages/LeadTeamsPage.tsx#L24
Argument of type '"Failed to fetch teams"' is not assignable to parameter of type 'SetStateAction<undefined>'.
|
build-and-deploy:
src/service/eventService.ts#L26
Argument of type 'bigint' is not assignable to parameter of type 'number'.
|
build-and-deploy:
src/service/memberService.ts#L28
Argument of type 'bigint' is not assignable to parameter of type 'number'.
|
build-and-deploy:
src/service/mock/teamService.ts#L7
Property 'lead' is missing in type '{ teamId: bigint; name: string; createdAt: Date; logo: string; deployLink: string; }' but required in type 'ITeam'.
|
build-and-deploy:
src/service/mock/teamService.ts#L14
Property 'lead' is missing in type '{ teamId: bigint; name: string; createdAt: Date; logo: string; deployLink: string; }' but required in type 'ITeam'.
|
build-and-deploy:
src/service/teamService.ts#L15
Property 'eq' does not exist on type 'PostgrestTransformBuilder<{ Tables: { Events: { Row: { created_at: string; description: string; eventImage: string; id: number; location: string; name: string; rsvpLink: string; }; Insert: { created_at?: string | undefined; ... 5 more ...; rsvpLink: string; }; Update: { ...; }; Relationships: []; }; ... 8 more ...; ...'.
|
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|