Instance created by `useForm` is not connected to any Form element. Forget to pass `form` prop?
I have this super strange error and I dont know why ... Instance created by
useForm
is not connected to any Form element. Forget to pass form
prop?
As you may see, I didn't forget tu pass the form props : Form {...formProps} form={form}
so why I have this error ??? PS : I'm not using this form inside a modal, it's a simple page9 Replies
Hi @realdragonma. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the information provided in the extracts, the
useForm
hook from refine provides a form
instance and formProps
which are used to manage the state and actions of the Ant Design Form component.
In your code, you are correctly destructuring form
and formProps
from useForm
and passing them to the Form
component. However, you are passing formProps
twice in your Form
component which might be causing the issue.
Here is the corrected code:
If the issue persists, it might be due to other factors not covered in the provided extracts. For more detailed information, you can refer to the refine documentation (https://refine.dev/docs/api-reference/antd/hooks/form/useForm).
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------<@214840332943097856> kapa.ai is still learning and improving, please let us how it did by reacting below
deep-jade•15mo ago
@kapa.ai My bad, it was a copy paste error, i have corriged this, and now there is only one {...formProps} and ... it doesn't work, I have again this error
Let me check the knowledge base for you. One moment! :books:
Sorry @realdragonma, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
deep-jade•15mo ago
@kapa.ai any help ?
Let me check the knowledge base for you. One moment! :books:
Sorry @realdragonma, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
deep-jade•15mo ago
@kapa.ai some help ?
Let me check the knowledge base for you. One moment! :books:
Sorry @realdragonma, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
optimistic-gold•15mo ago
i couldn't see this error on our examples. if you provide reproducible examle we will happy to debug