DEV Community

Discussion on: How to use the Google Maps API with React.js

Collapse
 
ashadjohnson profile image
Ashad

Hi my marker class doesn't show on the map. It's rendered but it isnt appearing on the map. Should I be rendering the marker component inside of the map component?

Collapse
 
jessicabetts profile image
jessicabetts

If you observe step 6, the Marker Component is inside the Map Component.