You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI - you can load this library async by using a require() call Eg.
public static loadMarkerSpiderfier() {
if (global.isMarkerSpidifierLoaded) {
return
}
global.isMarkerSpidifierLoaded = true
// This must be "required" instead of "included" as includes are hoisted and this must be required
// here so that the script tag will have defined google as a namespace on window
require('marker-spider/dist/oms.min')
}
No description provided.
The text was updated successfully, but these errors were encountered: