Eduard Lazar
Eduard Lazar
I managed to solve this issue using dynamic import ```javascript const SnazzyInfoWindow = await import('snazzy-info-window') ``` But you need to do it after google scripts are fetched
@manoj7shekhawat But without `async defer` page will wait until maps.googleapis.com scripts are loaded. Usually it's not a good idea.
Is there some progress here?
nope