A React Based Application that uses OpenWeather's web API to gather weather data and Geocodio's API to render weather conditions based on user's desired location
When testing in dev, there's no connection to the address updating in the search bar and it's effect on triggering the subsequent api call to refetch the weather based on the new geolocation coordinates. this means that when the user adds the address from the google places component the data is stored in the context but not handled by tanstack, an oversight on my part.
When testing in dev, there's no connection to the address updating in the search bar and it's effect on triggering the subsequent api call to refetch the weather based on the new geolocation coordinates. this means that when the user adds the address from the google places component the data is stored in the context but not handled by tanstack, an oversight on my part.