Diego Azevedo

Results 4 comments of Diego Azevedo

@KMKoushik recording ![chrome-capture-2024-12-28](https://github.com/user-attachments/assets/c5d70906-e995-46b0-8035-713a55bef0c8) Error message in browser `3786-5c16ce142dbf441d.js:1 Error: A must have a value prop that is not an empty string. This is because the Select value can be set...

@KMKoushik The problem. I just inserted a new SES configuration and two SES configurations were created, the first one is the one I wanted to create, the second one is...

Estou usando @BrasilAPI em formulários de cadastro para preencher automaticamente alguns campos, consultar `v1` se `v2` der erro funcionou pra mim, obrigado @marciotisouza. ```js response = await fetch(`https://brasilapi.com.br/api/cep/v2/${value}`) if (!response.ok)...

@victorhdchagas você pode usar a api do GitHub para monitorar o status de uma inssue. ```js const user = "BrasilAPI" const repository = "BrasilAPI" const inssue = "538" const response...