Charmatzis / react-leaflet-shapefile

React-Leaflet-Shapefile | This repo is obsolete. Plz, use https://github.com/TA-Geoforce/react-leaflet-shapefile
https://github.com/TA-Geoforce/react-leaflet-shapefile
MIT License
12 stars 22 forks source link

Uncaught TypeError: Cannot read property 'object' of undefined at Object.eval (react-leaflet-shapefile.js?e95e:141) #3

Open AthulNair opened 5 years ago

AthulNair commented 5 years ago

I am working on showing shapefiles in my application, Installed this plugin and currently showing the error image

my package.json for react-leaflet "react-leaflet": "2.4.0", "react-leaflet-draw": "0.19.0", "react-leaflet-shapefile": "2.0.0",

how to fix this error.

eevui commented 5 years ago

Probably due to something about PropTypes being moved to its own package a while back. A patch is probably needed to fix it.