material-ui 按钮来自 @mui/material 与 @react-three/drei 冲突,

wf82jlnq  于 6个月前  发布在  React
关注(0)|答案(1)|浏览(49)

重现步骤

链接到实时示例:(必需)
步骤:

  1. 安装 "@react-three/drei": "^9.108.4",@mui/material 的最新版本
  2. 当我尝试从mui使用 <Button 标签时,它抛出 Type error: Expression produces a union type that is too complex to represent.
  3. 当我移除 "@react-three/drei": "^9.108.4", 包时,它可以正常工作。

当前行为

它抛出 Type error: Expression produces a union type that is too complex to represent.

预期行为

mui中的 <Button 标签必须可用,即使已安装 "@react-three/drei": "^9.108.4",

上下文

  • 无响应*

您的环境

npx @mui/envinfo

Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

搜索关键词:@mui/material与@react-three/drei冲突

yqyhoc1h

yqyhoc1h1#

如果你使用组件属性,它将解决这个问题。

示例:

$x_1^c_0d_1^x$

相关问题