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

Updating its own load state if it was already loaded externally

Open Alynva opened this issue 2 years ago • 1 comments

If the LoadScript sees the Google API already loaded, it should proceed to mount its children components. Right now, it gets stuck in the loading state, showing just the console message. Instead, it needs to consider its work 'done'.

Alynva avatar Jan 30 '23 16:01 Alynva

Sorry, but this library does not expect script to be loaded externally. It could cause unexpected errors.

JustFly1984 avatar Feb 05 '23 15:02 JustFly1984