From 41655f0f689f100f707b175432d4fbe94c5b9754 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 14 Sep 2021 14:03:48 -0600 Subject: [PATCH 1/2] fix: map_id is no longer required in script tag --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1d86eeb4..849f3430 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,7 +148,8 @@ export interface LoaderOptions { */ region?: string; /** - * (Beta) You can add multiple Map IDs to your map using the map_ids paramenter in + * @deprecated Passing `map_ids` is no longer required in the script tag. + * You can add multiple Map IDs to your map using the map_ids paramenter in * your bootstrap request. */ mapIds?: string[]; From ed9a68f98c4820195c9bf1e81189a1157fe44fad Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 14 Sep 2021 14:08:31 -0600 Subject: [PATCH 2/2] chore: update comment --- src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 849f3430..69faa688 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,9 +148,7 @@ export interface LoaderOptions { */ region?: string; /** - * @deprecated Passing `map_ids` is no longer required in the script tag. - * 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[]; /**