ant-design/sunflower

typescript下useFormTable返回的tableProps和antd的Table类型不匹配

wyj580231 opened this issue · 1 comments

使用useFormTable返回的tableProps直接赋值给antd的Table组件报类型错误,应该是sun-flower导出的pagination=>current【StoreValue】类型和antd的number类型不兼容
image

0.8.0版本已修复