feat: 경기 생성, 수정을 하나의 컴포넌트로 만들었습니다. #339
Annotations
10 errors and 1 warning
build:
components/club/ClubCard.tsx#L14
Property 'club_member_count_by_tier' does not exist on type '{ club_token: string; club_name: string; club_description: string; club_image: string; created_at: string; modified_at: string; gold_club_member_count: number; silver_club_member_count: number; bronze_club_member_count: number; }'.
|
build:
components/club/LeagueList.tsx#L35
Argument of type '(schedule: DateLeagues) => JSX.Element' is not assignable to parameter of type '(value: { league_id: number; league_name: string; status: "RECRUITING" | "PLAYING" | "ALL" | "RECRUITING_COMPLETED" | "CANCELED" | "FINISHED"; league_at: string; player_count: number; }, index: number, array: { ...; }[]) => Element'.
|
build:
components/club/MatchProfileDoubles.tsx#L7
Property 'doubles_match_info_list' does not exist on type '{ league_id: number; bracket_type: "FREE" | "TOURNAMENT"; match_type: "SINGLES" | "DOUBLES"; match_status: "FINISHED" | "NOT_STARTED" | "IN_PROGRESS"; round_number: number; singles_match_response_list?: { ...; }[] | undefined; doubles_match_response_list?: { ...; }[] | undefined; }'.
|
build:
components/my-page/MyOneGameResult.tsx#L34
Property 'opponent_team' does not exist on type '{ my_team_participant1_name?: string | undefined; my_team_participant2_name?: string | undefined; opponent_team_participant1_name?: string | undefined; opponent_team_participant2_name?: string | undefined; current_team_result?: "WIN" | ... 3 more ... | undefined; opponent_team_result?: "WIN" | ... 3 more ... | undef...'.
|
build:
components/my-page/MyOneGameResult.tsx#L35
Property 'opponent_team' does not exist on type '{ my_team_participant1_name?: string | undefined; my_team_participant2_name?: string | undefined; opponent_team_participant1_name?: string | undefined; opponent_team_participant2_name?: string | undefined; current_team_result?: "WIN" | ... 3 more ... | undefined; opponent_team_result?: "WIN" | ... 3 more ... | undef...'.
|
build:
components/pages/club/ClubIntro.tsx#L81
Property 'club_member_count_by_tier' does not exist on type '{ club_token: string; club_name: string; club_description: string; club_image: string; gold_club_member_count: number; silver_club_member_count: number; bronze_club_member_count: number; club_member_count: number; created_at: string; is_club_member: boolean; }'. Did you mean 'club_member_count'?
|
build:
components/pages/club/ClubIntro.tsx#L92
Property 'club_member_count_by_tier' does not exist on type '{ club_token: string; club_name: string; club_description: string; club_image: string; gold_club_member_count: number; silver_club_member_count: number; bronze_club_member_count: number; club_member_count: number; created_at: string; is_club_member: boolean; }'. Did you mean 'club_member_count'?
|
build:
components/pages/club/ClubIntro.tsx#L104
Property 'club_member_count_by_tier' does not exist on type '{ club_token: string; club_name: string; club_description: string; club_image: string; gold_club_member_count: number; silver_club_member_count: number; bronze_club_member_count: number; club_member_count: number; created_at: string; is_club_member: boolean; }'. Did you mean 'club_member_count'?
|
build:
components/pages/club/ClubLeague.tsx#L58
Conversion of type '{ league_id: number; league_name: string; status: "RECRUITING" | "PLAYING" | "ALL" | "RECRUITING_COMPLETED" | "CANCELED" | "FINISHED"; league_at: string; player_count: number; } | undefined' to type '{ league_id: number; league_name: string; status: "RECRUITING" | "PLAYING" | "ALL" | "RECRUITING_COMPLETED" | "CANCELED" | "FINISHED"; league_at: string; player_count: number; }[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
components/pages/club/LeagueDetail.tsx#L39
Property 'error' does not exist on type '{ isLoading: boolean; data: { league_id: number; league_name: string; league_description: string; full_address: string; region: string; required_tier: "GOLD" | "SILVER" | "BRONZE"; league_status: "RECRUITING" | ... 4 more ... | "FINISHED"; ... 9 more ...; is_match_created: boolean; } | undefined; }'.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|