rmccue / Procrast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error for invalid location

rmccue opened this issue · comments

Yahoo returns an error, but it's not handled properly. state.weather.data ends up being the error response, which causes TypeError: item.condition is undefined in components/Weather.jsx

This is actually #1 in disguise, because it was using where woeid="null". Fixed in c48df7b