Skip to content

Commit 22e1ceb

Browse files
author
jannik brack
committed
fix: update mapId prop in MapContextDecorator component
1 parent c815fef commit 22e1ceb

4 files changed

Lines changed: 85 additions & 90 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"@types/react-dom": "^19.1.9",
5555
"@vitejs/plugin-react": "^4.7.0",
5656
"@vitest/ui": "^3.2.4",
57-
"ajv": "^8.17.1",
5857
"cypress": "^14.5.4",
5958
"eslint": "^9.34.0",
6059
"eslint-config-prettier": "^10.1.8",

packages/deck-gl/src/decorators/MapContextDecorator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const decorators = [
3434
center: [7.0851268, 50.73884],
3535
}
3636
}
37-
mapId="map_1"
37+
mapId={context.mapId}
3838
/>
3939
<MlNavigationTools showZoomButtons={false} mapId="map_1" />
4040
</MUIThemeProvider>

packages/react-maplibre/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"@types/uuid": "^10.0.0",
8080
"@typescript-eslint/eslint-plugin": "^8.42.0",
8181
"@typescript-eslint/parser": "^8.42.0",
82-
"avj": "^0.0.0",
8382
"babel-jest": "^30.1.2",
8483
"babel-loader": "^10.0.0",
8584
"babel-plugin-inline-react-svg": "^2.0.2",

pnpm-lock.yaml

Lines changed: 84 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)