-2

I am trying to integrate google map in my react application. But the map is coming blank. Here is what I am getting.

Google map image from my application

But the same code is working perfectly fine in my code sandbox. I don't know what's happening. I need an immediate help

Here is the link of my code sandbox where my map are working fine, I am using the same code in my react application but the map is coming blank there. https://codesandbox.io/s/throbbing-bash-irncro?file=/src/GoogleMapFile.js

Thanks I am waiting for the help.

1 Answers1

0

I resolved this issue by using:

overflow: visible

in css. It was merely CSS issue,