Reactjs – Cannot read properties of undefined (reading '0') – API problem
I never thought I'd have to make my own question, but here I am. I'm new to React. I have a problem with getting a specific data from API. Other is fine, but with src={https://openweathermap.org/img/wn/${cityData?.weather[0]?.icon}@2x.png} I get the error "Cannot…