Alexey Lyakhov
Alexey Lyakhov
https://github.com/JustFly1984/react-google-maps-api/blob/develop/packages/react-google-maps-api/styleguide.config.js
docs are in repo. if you care, you can revive iy, and I will redeploy. Now it is in broken build stage, and I don't have time.
it is repeated issue. your PR is welcome.
please provide minimal reproduction
Not possible to unit Test.
in LoadScript there is a boolean prop preventGoogleFontsLoading or something. Roboto fonts are loaded by google. I've made a hack to prevent it. useLoadScript hook have no similar functionality. You...
sorry, possible some issues with useEffect. it is not maintained. If somebody want's to fix it, your PR is welcome. I will shut it down meanwhile to reduse damage in...
I've removed the website from hosting. The source code is in `packages/react-google-maps-api-gatsby-example`
did you try event.stopPropogation() ?
@nthieu1332002 Sorry, but I've never tested on nextjs. This library works only in client components. you should render it conditionally, preferable on user action, or useLayoutEffect. There is a gatsby.js...