MaxwelSant

Results 1 issues of MaxwelSant

Hello, I'm getting an undefined response when call mocked endpoint with fetch API ``` fetch(endpoint).then(response => { console.log({ response }); // 👈 response undefined return response.json(); } ``` I'm not...