react-google-maps-loader icon indicating copy to clipboard operation
react-google-maps-loader copied to clipboard

Simple loader to use google maps services into your react applications

Results 5 react-google-maps-loader issues
Sort by recently updated
recently updated
newest added

Fixes #26 ## Motivation See #26. This work is a bit speculative - I haven't verified that the failure mode that I described in #26 is actually what's happening, but...

Getting error when I ru my test as below: console.error node_modules/react-test-renderer/cjs/react-test-renderer.development.js:6309 The above error occurred in the component: in GoogleMapsLoader (at GooglePlacesSuggest.js:72) ● UserDetails component › matches the snapshot TypeError:...

In our project, we've seen a bunch of "google maps is undefined errors" on mobile devices that seem to have slow connections, and my current hypothesis is the following: 1....

Hello, The below component throws error when react-google-maps-loader is upgraded to 4.0.0. Could you provide some guidance pls. `export class GoogleAddressInputWrapper extends React.Component { // tslint:disable-next-line private component: any; constructor(props:...