- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想为我的 React 应用程序导入表容器。但由于我的 Material ui 版本错误,我无法使用它。
我如何将我的版本更新到最新版本。我想这是该错误的解决方案。
我已经尝试过 npm uninstall 和 npm uninstall ,但还没有解决。帮我。
{
"name": "material-dashboard-react",
"version": "1.6.0",
"description": "Material Dashboard React. Coded by Creative Tim",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@khanacademy/react-multi-select": "^0.3.3",
"@lls/react-light-calendar": "^2.0.7",
"@material-ui/core": "^3.9.4",
"@material-ui/icons": "3.0.2",
"@progress/kendo-react-dropdowns": "^3.4.1",
"@progress/kendo-react-intl": "^3.4.1",
"animate.css": "^3.7.2",
"axios": "^0.19.1",
"bootstrap": "^4.3.1",
"chartist": "0.10.1",
"classnames": "2.2.6",
"firebase": "^7.0.0",
"history": "4.7.2",
"jquery": "^1.9.1",
"material-ui-next-responsive-table": "^0.5.1",
"multi-select-react": "^0.1.8",
"multiselect-dropdown-react": "^1.0.5",
"multiselect-react-dropdown": "^1.2.4",
"perfect-scrollbar": "1.4.0",
"prettier": "1.16.4",
"prop-types": "15.7.1",
"react": "^16.8.1",
"react-bootstrap": "^1.0.0-beta.12",
"react-bootstrap-dialog": "^0.13.0",
"react-bootstrap-modal": "^4.2.0",
"react-chartist": "0.13.3",
"react-confirm-alert": "^2.4.1",
"react-datepicker": "^2.9.6",
"react-devtools": "^4.4.0",
"react-dialog": "^1.0.2",
"react-dom": "16.8.1",
"react-dropdown": "^1.6.4",
"react-dropdown-multiselect": "^1.0.0",
"react-dropdown-tree-select": "^2.1.1",
"react-google-maps": "9.4.5",
"react-light-calendar": "^1.0.3",
"react-multiple-select-dropdown": "^2.0.0",
"react-multiselect-checkboxes": "^0.1.1",
"react-notification-alert": "0.0.12",
"react-notifications": "^1.4.3",
"react-notifications-component": "^2.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5",
"react-select": "^3.0.8",
"react-swipeable-views": "0.13.1",
"react-table-container": "^2.0.3",
"react-toastify": "^5.4.0",
最佳答案
@material-ui/core
版本 ^3.9.4 没有 <TableContainer>
所以你需要更新@materia-ui/core 版本
最新版本 v4.9.2,所以请更新版本并尝试
关于reactjs - 无法解析'@material-ui/core/TableContainer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60222070/
我正在以编程方式开发 TableContainer。当我按下一个按钮时,它会在此 TableContent 中动态添加一个新行。这个新行有一个按钮,如果我按下它,它就会被删除。 HTML Javas
有一个包含一些文本字段和按钮的 dojox.layout.TableContainer。然而,按钮的标签显示在按钮之前和按钮上。下面是代码的子集,进行了一些细微的更改: var tableConta
我想为我的 React 应用程序导入表容器。但由于我的 Material ui 版本错误,我无法使用它。 我如何将我的版本更新到最新版本。我想这是该错误的解决方案。 我已经尝试过 npm uninst
我创建了一个包含数据的 MUI 网格,使用 MUI 网站构建它,我希望它看起来像这样: What I would like my chart to look like 相反,它看起来像这样,好像它无法
TableContainer 在 HTML 中声明如下: 我尝试以编程方式添加包含 TextBox 的行,如下所示: var tb = new dijit.form.TextBo
我是一名优秀的程序员,十分优秀!