Diego Azevedo
Diego Azevedo
@KMKoushik recording  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...