【问题标题】:ExpansionPanelSummary not working when wrapped包裹时,ExpansionPanelSummary 不起作用
【发布时间】:2019-09-19 02:40:50
【问题描述】:

我正在尝试用如下所示的组件包装 ExpansionPanelSummary

const CollapsibleSummary = ({ children, ...props }) =>
  <ExpansionPanelSummary {...props} >
    {children}
  </ExpansionPanelSummary>;

我做错了什么吗?

但是当我这样做时

const CollapsibleSummary = ExpansionPanelSummary

效果很好。

提前谢谢:)

【问题讨论】:

标签: material-ui accordion


【解决方案1】:

下面的代码 sn-p 解决了我的问题。

CollapsibleSummary.muiName = "ExpansionPanelSummary";

【讨论】:

    猜你喜欢
    • 2021-01-20
    • 1970-01-01
    • 1970-01-01
    • 2018-06-02
    • 1970-01-01
    • 2021-01-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多