antd报错Warning: Instance created by `useForm` is not connected to any Form element

antd: 4.2.0, react: 16.13.1 Modal 中使用 Form ,使用 React Hooks const [form] = Form.useForm();创建实例时,会出现以下警告。

antd报错Warning: Instance created by `useForm` is not connected to any Form element

原因

Modal 挂载的 HTML 节点默认为 document.body,页面初始化时,在当前模块下找不到 Form 表单。 解决方案 Modal 添加属性 getContainer={false},挂载在当前 dom。

antd报错Warning: Instance created by `useForm` is not connected to any Form element

上一篇:转义<?使用require时在启用了PHP速记的服务器上


下一篇:Asp.net AutopostBack 属性