This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Se agrego la imagen del proyecto al index.html y se cambio el titulo #106
Annotations
5 warnings
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
|