so {this.state.setCity}; includes weather info if I console.log(this.state.setCity); it gives me the array of weather of the city but if i console.log({this.state.setCity.main.temp}) it gives me this error saying its "null". even though it prints out the temperature on the console.
The image for console.log({this.state.setCity})
Console.log image