我尝试使用react-leaflet-draw,但一直收到这个错误:
./node_modules/react-leaflet-draw/dist/esm/EditControl.js
Attempted import error: 'MapControl' is not exported from 'react-leaflet'.我只是在这里使用了示例:https://www.npmjs.com/package/react-leaflet-draw
发布于 2021-03-18 06:52:50
这是因为MapControl不再是react-leaflet库(https://react-leaflet-v2-docs.netlify.app/docs/en/components)的一部分。你能想出它的新名字吗?感兴趣的在这里!
https://stackoverflow.com/questions/64678752
复制相似问题