Похожие чаты

Hello Here is the code I am working on: useEffect(()

=> {
if (name){
const apiLink = `https://restcountries.com/v3.1/name/${name}?fullText=true`;
axios
.get(apiLink)
.then(response => {
setCountry(response.data[0]);
})
.catch(()=> {
setCountry(null)
});
}
}, [name])

It works smoothly except in the cases where the country does not exist. Even then it does not break but it logs the 404 error to the console, which I heard looks unprofessional.

Is there a need to a remedy? If so, what is it

5 ответов

24 просмотра

I often see tons of console errors on big websites so I dont think so. But if you want to hide it I think you can just pass the error into the catch block .catch( err => { setCountry(null) });

Emre- Автор вопроса
David
I often see tons of console errors on big websites...

Is this different than: .catch(err => setCountry(null));

Emre- Автор вопроса
David
I often see tons of console errors on big websites...

I actually even used console.log as a solution, but then it just doubled the log

Emre
I actually even used console.log as a solution, bu...

looks like it isnt possible https://stackoverflow.com/a/52807512

Emre- Автор вопроса

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта