DEV Community

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

Collapse
 
kazujini profile image
KazuJin Initiative • Edited

export default GoogleApiWrapper({
apiKey: 'TOKEN HERE'
})(MapContainer);

Where can i find this file? do i have to create one myself?

What is the content of this.props.google ?

Collapse
 
jessicabetts profile image
jessicabetts

If you are unsure about what export default is I'd read this:

stackoverflow.com/questions/364265...