Skip to content

Commit

Permalink
Fix issue with react-leaflet
Browse files Browse the repository at this point in the history
A compatibility issue in react-leaflet prevents a project created with CRA from compiling.

Applied the fix described in
facebook/create-react-app#9468 (comment)

Also, please see PaulLeCam/react-leaflet#883
  • Loading branch information
mriekkinen committed Aug 10, 2021
1 parent 12fc12b commit b622a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions map-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
Expand Down

0 comments on commit b622a81

Please sign in to comment.