mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复 ci 编译报错 (#1343)
This commit is contained in:
parent
282878e2b1
commit
0ed0d23687
@ -158,7 +158,7 @@ export default class Grid2D extends React.Component<Grid2DProps, object> {
|
||||
<div key={key} style={style} className={grid.gridClassName}>
|
||||
{itemRender
|
||||
? itemRender(grid, key, length, this.props)
|
||||
: this.renderChild(`grid2d/${key}`, grid)}
|
||||
: this.renderChild(`grid2d/${key}`, grid as Grid)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user