tamitchell / weatherapp

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
https://weatherapp-nine-mauve.vercel.app
0 stars 0 forks source link

bug: searchbar no longer fetches after tanstack update #27

Closed tamitchell closed 2 weeks ago

tamitchell commented 2 weeks ago

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.