Antd useTable warning

When using Antd useTable(), I got an error "installHook.js:1 Warning: Instance created by
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 ?
Was this page helpful?