Skip to content

Commit 7095a66

Browse files
authored
fix: map_id is no longer required in script tag (#375)
1 parent 10e1e35 commit 7095a66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ export interface LoaderOptions {
148148
*/
149149
region?: string;
150150
/**
151-
* (Beta) You can add multiple Map IDs to your map using the map_ids paramenter in
152-
* your bootstrap request.
151+
* @deprecated Passing `mapIds` is no longer required in the script tag.
153152
*/
154153
mapIds?: string[];
155154
/**

0 commit comments

Comments
 (0)