Temp fix using patch-package for maplibre-inspect issue (#885)

This is a temporary fix for:
 - #871

The fix is using `patch-package` to fix the part of the code that is
causing the issue, I believe.
Initial tests shows that this is fixing the issue, I hope it is not
introducing other issues.
A proper fix and also using the maplibre package will be done once a
repo is migrated as can be expected after the following PR is resolved:
- https://github.com/maplibre/maplibre/issues/359
This commit is contained in:
Harel M
2024-03-09 23:03:23 +02:00
committed by GitHub
parent 3727f5da48
commit 5f54dd0ccf
3 changed files with 335 additions and 141 deletions

View File

@@ -10,7 +10,8 @@
"lint": "eslint ./src ./cypress --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"test": "cypress run",
"cy:open": "cypress open",
"lint-css": "stylelint \"src/styles/*.scss\""
"lint-css": "stylelint \"src/styles/*.scss\"",
"install": "patch-package"
},
"repository": {
"type": "git",
@@ -49,6 +50,7 @@
"maputnik-design": "github:maputnik/design#172b06c",
"ol": "^6.14.1",
"ol-mapbox-style": "^7.1.1",
"patch-package": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^16.0.0",
"react-accessible-accordion": "^4.0.0",