Working with react : "cannot read property 'lat' of undefined
Working with react : "cannot read property 'lat' of undefined I would like to mention it that I am new to react,this is my first try. For the course I am following I need to create a single-page-app which loads google maps api and shows markers from foursquare. I have an issue when I try to load up the markers,there is an error "cannot read property 'lat' of undefined,it has been many hours since I am trying to solve this issue and simply I can not get the hack of it. I was wondering if anyone can help. I read through a lot of questions here but none seem to offer a solution. I have attached a screenshot of the error and my code. class App extends Component { state = { locations: , venueInfo: {}, query: '' } componentDidMount() { this.setState({ isLoading: true }); // Foursquare api request fetch(`https://api.foursquare.com/v2/venues/explore?ll=34.9003,33.6232&client_id=${Credentials.client_id}&client_secret=${Cred...