Jose Agustin Villalobos

Results 3 comments of Jose Agustin Villalobos

It is not a miracle, the problem is that you are trying to `import `the `MapContainer`, it should not even have the `export`. You have to import this: ``` export...

> @NodeJoSe Can you explain it more? like what will happen if i do this? > ```js > const GoogleMap = GoogleApiWrapper({ > apiKey: process.env.REACT_APP_API_KEY, > LoadingContainer: LoadingContainer, > })(MapContainer);...

> @NodeJoSe Following are the complete code classes > Map.jsx file > ```js > import { Map, GoogleApiWrapper, Marker, InfoWindow } from "google-maps-react"; > import React, { Component } from...