feat - add basic UI components and routing functionalities #15
Annotations
10 errors and 1 warning
Build:
src/components/LeagueCarousel.tsx#L40
Binding element 'leagues' implicitly has an 'any' type.
|
Build:
src/components/LeagueCarousel.tsx#L40
Binding element 'onSelectLeague' implicitly has an 'any' type.
|
Build:
src/components/LeagueCarousel.tsx#L43
Parameter 'league' implicitly has an 'any' type.
|
Build:
src/components/MatchList.tsx#L29
Binding element 'matches' implicitly has an 'any' type.
|
Build:
src/components/MatchList.tsx#L32
Parameter 'match' implicitly has an 'any' type.
|
Build:
src/components/TeamGrid.tsx#L27
Binding element 'teams' implicitly has an 'any' type.
|
Build:
src/components/TeamGrid.tsx#L30
Parameter 'team' implicitly has an 'any' type.
|
Build:
src/pages/LeagueDetails.tsx#L210
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 1: { id: number; name: string; year: number; teams: { id: number; name: string; logo: string; }[]; }; 2: { id: number; name: string; year: number; teams: { id: number; name: string; logo: string; }[]; }; }'.
|
Build:
src/pages/LeagueDetails.tsx#L211
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 1: { past: { id: number; homeTeam: string; awayTeam: string; date: string; score: string; }[]; upcoming: { id: number; homeTeam: string; awayTeam: string; date: string; }[]; }; 2: { past: { id: number; homeTeam: string; awayTeam: string; date: string; score: string; }[]; upcoming: { ...; }[]; }; }'.
|
Build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading