Implementing google maps with react

前端 未结 4 431
陌清茗
陌清茗 2020-12-11 09:25

React newbie here, please bear with me : ) Hopefully this will be very simple to solve

For the moment, I am simply trying to get the map to appear on screen, but whe

4条回答
  •  北荒
    北荒 (楼主)
    2020-12-11 09:42

    npm modules like google-map-react

    while debugging it all the divs are in absolute position

      width: 100%;
      height: 85vh;
      position: relative;
    

    will fix the issue

提交回复
热议问题