js-api-loader
js-api-loader copied to clipboard
Load the Google Maps JavaScript API script dynamically.
#### Environment details 1. Api : places 2. Windows 11 3. Lib version : ^1.14.3, nuxt3 rc8 #### Steps to reproduce 1. Install the latest version of js-api-loader 2. Install...
I'm using the google Maps javascript api and importing the module is giving an error: **Failed to resolve module specifier "@googlemaps/js-api-loader"** Here is my javascript code: ``` import { Loader...
**Is your feature request related to a problem? Please describe.** I am looking for a npm package to use with Places API (New) (`places.googleapis.com`) as opposed to the original Places...
:robot: I have created a release *beep* *boop* --- ## [1.16.7](https://github.com/googlemaps/js-api-loader/compare/v1.16.6...v1.16.7) (2024-04-26) ### Bug Fixes * Fix a timing issue for sequential importLibrary calls ([#843](https://github.com/googlemaps/js-api-loader/issues/843)) ([f24a1ae](https://github.com/googlemaps/js-api-loader/commit/f24a1aea8f508356bb51ed6972e0724dc36c9596)), closes [#809](https://github.com/googlemaps/js-api-loader/issues/809) --- This...
Hi, there. I am using the @googlemaps/js-api-loader (v: 1.16.2) package in a React/Next app. I am noticing that for many users in our app that use iOS devices failed to...
I think, given the very limited scope of what this library is supposed to do, it can be significantly simplified for a 2.0 version when effectively rewriting it around the...
## Steps to reproduce - change API_KEY to something silly - console.log({status: mapsLoader.status}) 1. it is 1 as LoaderStatus.LOADING 2. it changes to LoaderStatus.SUCCESS even if wrong API_KEY was provided...
**Describe the solution you'd like** The @googlemaps/js-api-loader should support CSP TrustedTypes **Describe alternatives you've considered** Disabling CSP **Additional context** When CSP is enabled on the server, there will be a...
Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure...
I have a Vue app which I am bundling using Electron into a Windows exe. For a number of years the following code has worked. Recently is has stopped with...