升级到打字稿3.0.1和antd 3.8.0后,我遇到下一个编译错误: 类型'{children:Element;中缺少属性'htmlType' id:字符串; className:字符串;形状:“圆形”; }'。
<Button id="goToTopButton" className="scroll-to-top-button" shape="circle">
<i className="material-icons">arrow_upward<i/>
</Button>
以及类似Modal之类的其他组件的类似错误。 任何人都可以帮助修复它吗?