Antd useTable warning
When using Antd useTable(), I got an error "installHook.js:1 Warning: Instance created by
string,
any
>;"
How to fix this error ?
useForm is not connected to any Form element. Forget to pass form prop?". This seems coming from line 130 of useTable file "const registeredFields = formSF.form.getFieldsValue() as Record<string,
any
>;"
How to fix this error ?