Skip to content

Commit

Permalink
Merge pull request #5657 from gooddata/pb-remove-mapbox-gl-type-ref
Browse files Browse the repository at this point in the history
fix: import type from mapbox gl
  • Loading branch information
ivanmjartan authored Dec 4, 2024
2 parents 0b2e54c + 5e7318e commit 254376e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion libs/sdk-ui-geo/api/sdk-ui-geo.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
```ts

/// <reference types="mapbox-gl" />
/// <reference types="react" />

import { AttributeMeasureOrPlaceholder } from '@gooddata/sdk-ui';
Expand Down
1 change: 1 addition & 0 deletions libs/sdk-ui-geo/src/GeoChart.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// (C) 2020-2024 GoodData Corporation
import type mapboxgl from "mapbox-gl";
import { IAttribute, IColorPalette, IExecutionConfig } from "@gooddata/sdk-model";
import {
AttributeOrPlaceholder,
Expand Down

0 comments on commit 254376e

Please sign in to comment.