(Material-ui / React)失败的道具类型:提供给`GridList`的无效道具`cellHeight`

时间:2018-02-15 17:04:26

标签: javascript reactjs material-ui

  

warning.js:33警告:道具类型失败:提供给cellHeight的道具GridList无效。

我收到此错误,但财产有效。反正有没有摆脱这个?

以下是material-ui的网格列表文档: http://www.material-ui.com/#/components/grid-list

cellHeight: 180(default)

在我的代码中使用

<div className="images-tile">
  <GridList cols={4} cellHeight="120">
    {generateTiles(imagesArray)}
  </GridList>
</div>

视觉上(有效)

enter image description here

但是收到此错误

enter image description here

1 个答案:

答案 0 :(得分:2)

Material UI的Gridlist组件为switch

取一个数字

所以你应该可以这样做:

cellHeight