我正在尝试设置一个新的react-admin控制台(遵循官方教程:)。react-admin的当前版本是3.3.1。.ra-core/esm/core/CoreAdminContext.js
Attempted import error: 'ReactReduxContext' is not exported from 'react-redux
我尝试使用react-leaflet-draw,但一直收到这个错误: ./node_modules/react-leaflet-draw/dist/esm/EditControl.js
Attempted import error: 'MapControl' is notexported from 'react-leaflet'.我只是在这里使用了示例:https://www.npmjs.com&
我开始学习React,并尝试从react-bootstrap创建一个Jumbotron元素。我非常确定我已经用npm install react-bootstrap bootstrap安装了所有正确的模块,但是我得到了一个控制台错误,说“尝试导入错误:'Jumbotron is not exportedfrom 'react-bootstrap‘(导入为'Jumbo')”。我的