Skip to content

fix ts err for the deploy #18

fix ts err for the deploy

fix ts err for the deploy #18

Triggered via push December 22, 2024 20:09
Status Failure
Total duration 20s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
deploy: src/App.tsx#L4
'Link' is declared but its value is never read.
deploy: src/pages/PointCountryGame.tsx#L35
Property 'selectedCountry' is missing in type '{ onPathClick: (e: MouseEvent) => void; }' but required in type '{ onPathClick: (e: MouseEvent) => void; selectedCountry: string; }'.
deploy: src/pages/PointCountryInfo.tsx#L90
Property 'name' does not exist on type 'never'.
deploy: src/pages/PointCountryInfo.tsx#L91
Property 'name' does not exist on type 'never'.
deploy
Process completed with exit code 2.
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636