原因?
package.json
{
"dependencies": {
"@mui/material": "5.12.2",
"@react-three/drei": "^9.66.1",
"@react-three/fiber": "^8.13.0",
"three": "^0.152.1",
},
}
おソース Typescript Box conflicts with Material UI #1752
対処法
import {
Box,
} from "@mui/material";
<Box component="div">
<Box>
Boxにcomponent="div"追加する