diff --git a/src/index.ts b/src/index.ts index 1d86eeb4..69faa688 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,8 +148,7 @@ export interface LoaderOptions { */ region?: string; /** - * (Beta) You can add multiple Map IDs to your map using the map_ids paramenter in - * your bootstrap request. + * @deprecated Passing `mapIds` is no longer required in the script tag. */ mapIds?: string[]; /**