Skip to content

Commit

Permalink
fix: downgrade maplibre to v4 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb authored Jan 10, 2025
1 parent 5926a9b commit 242e103
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 16 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@turf/simplify": "^7.2.0",
"converter-locale-cartesian": "^1.1.0",
"lodash": "^4.17.21",
"maplibre-gl": "^5.0.0",
"maplibre-gl": "^4.7.1",
"react-map-gl": "^7.1.8"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export default {

type Story = StoryObj<typeof ActivityMaptiler>;

export const Default: Story = {
tags: ["no-visual-test"],
};
export const Default: Story = {};

export const TextAnnotation: Story = {
render: () => (
Expand Down

0 comments on commit 242e103

Please sign in to comment.