Alexey Lyakhov
Alexey Lyakhov
There is a gatsby-plugin-cypress, which we can leverage for testing gatsby-example
We could use puppeteer https://www.youtube.com/watch?v=MbnATLCuKI4
In my react app I use multiple map instances for some of the pages, but for others I do not. I do not want to put script in head, cos...
@SyedSaifAli We've managed to solve this issue by cleaninig up window.google object on Unmount in @react-google-maps/api library: https://www.npmjs.com/package/@react-google-maps/api There is no possible solution for the current lib, cos it is...
@prathibhaaa try @react-google-maps/api - you can have single script for a page, but you can have multiple maps per script.
@kishore0207 This is due to `google-maps-api` has never been architectured for SPA. This is a bug in google's code. Currently there is no possibility to fix it. The only hacky...
@digholesnehal The repo of this project is unmaintained more than a year, and we had build new version https://www.npmjs.com/package/@react-google-maps/api We had rewrite it to TypeScript, and updating it frequently: https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api...
The repo of this project is unmaintained more than 3 years, and we had build new version https://www.npmjs.com/package/@react-google-maps/api We had rewrite it to TypeScript, and updating it frequently: https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api You...
@markmssd this library is unmaintained about a year, please look at ‘react-google-maps-api’ as replacement
@SyedSaifAli https://www.npmjs.com/package/react-google-maps-api