@vis.gl/react-google-maps
Advanced tools
Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "@vis.gl/react-google-maps", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "React components and hooks for Google Maps.", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -135,3 +135,2 @@ import {Ref, useEffect, useRef, useState} from 'react'; | ||
mapDiv.style.height = '100%'; | ||
mapDiv.style.position = 'relative'; | ||
container.appendChild(mapDiv); | ||
@@ -138,0 +137,0 @@ map = new google.maps.Map(mapDiv, mapOptions); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
536926