hooks icon indicating copy to clipboard operation
hooks copied to clipboard

useAntdTable/useFormTable 和 antd@4 的 Form.List 联动时,获取不到 Form.List 属性的值

Open brickspert opened this issue 5 years ago • 3 comments

brickspert avatar Sep 04 '20 01:09 brickspert

https://codesandbox.io/s/green-breeze-06ppd?file=/App.tsx

brickspert avatar Sep 04 '20 02:09 brickspert

https://github.com/ant-design/ant-design/issues/26434

jin-benben avatar Sep 04 '20 05:09 jin-benben

antd 4.4.0开始在form instance上增加了getFieldInstance方法, useAntdTable之前用这个来判断v3/v4, 导致的该问题

zhiyan avatar Sep 16 '20 08:09 zhiyan