This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Language #97
build-deploy-dev.yml
on: pull_request
Annotations
15 errors and 5 warnings
Lint:
src/components/Agriculture/Agriculture.tsx#L13
Unexpected any. Specify a different type
|
Lint:
src/components/Agroadopcion/Agroadopcion.tsx#L52
'adoptionDescription' is assigned a value but never used
|
Lint:
src/components/Agroadopcion/Agroadopcion.tsx#L52
'clickHere' is assigned a value but never used
|
Lint:
src/components/Arboles/Arboles.tsx#L1
'useNavigate' is defined but never used
|
Lint:
src/components/Arboles/Arboles.tsx#L16
Unexpected any. Specify a different type
|
Lint:
src/components/Banner/Banner.tsx#L9
Unexpected any. Specify a different type
|
Lint:
src/components/Beneficios/Beneficios.tsx#L12
Unexpected any. Specify a different type
|
Lint:
src/components/Bienvenido/Bienvenido.tsx#L14
Unexpected any. Specify a different type
|
Lint:
src/components/ImpactoAmbiental/ImpactoAmbiental.tsx#L1
'useState' is defined but never used
|
Lint
Process completed with exit code 1.
|
Build:
src/components/Arboles/Arboles.tsx#L1
'useNavigate' is declared but its value is never read.
|
Build:
src/components/Agroadopcion/Agroadopcion.tsx#L52
'adoptionDescription' is declared but its value is never read.
|
Build:
src/components/Agroadopcion/Agroadopcion.tsx#L52
'clickHere' is declared but its value is never read.
|
Build:
src/components/ImpactoAmbiental/ImpactoAmbiental.tsx#L1
'useState' is declared but its value is never read.
|
Build
Process completed with exit code 2.
|
Lint:
src/LanguageContext/LanguageContext.tsx#L24
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
src/components/AdoptarEsteArbol/AdoptarEsteArbol.tsx#L24
React Hook useEffect has missing dependencies: 'BACK_URL' and 'id'. Either include them or remove the dependency array
|
Lint:
src/components/Navbar/Navbar.tsx#L104
React Hook useEffect has missing dependencies: 'BACK_URL' and 'user?.id'. Either include them or remove the dependency array
|
Lint:
src/pages/Checkout/Checkout.tsx#L50
React Hook useEffect has missing dependencies: 'BACK_URL' and 'id'. Either include them or remove the dependency array
|
Lint:
src/pages/Checkout/Checkout.tsx#L70
React Hook useEffect has a missing dependency: 'BACK_URL'. Either include it or remove the dependency array
|