There was an error while loading. Please reload this page.
1 parent 7ca3064 commit a06c345Copy full SHA for a06c345
library/src/google-maps-provider.tsx
@@ -151,7 +151,7 @@ export const GoogleMapsProvider: React.FunctionComponent<
151
152
// Handle Google Maps map instance
153
useEffect(() => {
154
- // Check for google.maps is needed because of Hot Module loading
+ // Check for google.maps is needed because of Hot Module Replacement
155
if (
156
isLoadingAPI ||
157
!mapContainer ||
0 commit comments