我的应用程序在CodeSandbox中使用样式组件。请参阅下面的url Warning: Prop `className` did not match.It looks like you've wrapped styled() around your React component (Component), but the className propNo styles will be rendered unless className is
我正在尝试将多个React组件放在同一行中,这样我以后就可以滚动它们。遗憾的是,React和Material UI不想玩球。卡片组件只是一个标准的div元素,里面有一些文本和一个图像。import { Box } from '@material-ui/core';import Card from '.