Closed Siddharth1010 closed 2 years ago
Someone had accidentally deleted .then(result => result.json()) from the useEffect hook. This should solve the issue where the weather info fails to load.
.then(result => result.json())
👷 Deploy request for mlh-prep-march-2022 pending review. Visit the deploys page to approve it
🔨 Explore the source changes: a55453f0396df50ea8037e75527aeadcec5b0df9
Someone had accidentally deleted
.then(result => result.json())
from the useEffect hook. This should solve the issue where the weather info fails to load.