开发者问题收集
我一直在研究 Material-UI,并尝试在整个调色板中使用颜色系统。虽然它在运行时运行正常,但在编译时似乎出现了一些问题。有人能帮我解决以下错误吗:错误:Property 'main' does not exist on type 'PaletteColorOptions'.Property 'main' does not exist on type 'Partial'.(2339)这里还有
使用 react 和material UI时出现以下错误TypeError: Cannot read property 'spacing' of undefined这是代码:buttonTeal: {margin: theme.spacing(1),color:'white',backgroundColor: '#009688',并且它被 const classes = useStyles();
我正在构建一个“ReactJS”应用程序,遇到了以下错误:TypeError: theme.spacing is not a function(anonymous function)E:/Projects/PortfolioSite/React-Portfolio-Website/react-portfolio-website/src/components/Navbar.js:3936 |
我正在开发 React 应用并使用 Material-ui v5,但遇到了这个错误theme.spacing 不起作用。import { makeStyles } from "@material-ui/styles";import React from "react";import Drawer from "@mui/material/Drawer";import Typography from