js-api-loader icon indicating copy to clipboard operation
js-api-loader copied to clipboard

Locked version not effective

Open suibian4012 opened this issue 11 months ago • 2 comments

Why did I specify a version? The Google. maps. version printed on the console is not the version I specified

const loader = new Loader({
  apiKey: window.atob(data?.code),
  version: '3.50',
  language: this.language,
});
image

suibian4012 avatar Mar 26 '24 08:03 suibian4012