You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys,
I'm experiencing some issues using Formik alongside Ant Design. I'm using formik-antd package to make that easier and I'm just stumbling on getting what I want from the <FieldArray /> component.
I'd like to leverage the Ant-Design components, using <FormItem> alongside <Input> to get proper labelling of my fields.
The problem is that I can't seem to invoke/use inside the FieldArray render method.
To sum it up, the following works:
Hey guys,
I'm experiencing some issues using Formik alongside Ant Design. I'm using
formik-antd
package to make that easier and I'm just stumbling on getting what I want from the<FieldArray />
component.I'd like to leverage the Ant-Design components, using
<FormItem>
alongside<Input>
to get proper labelling of my fields.The problem is that I can't seem to invoke/use inside the FieldArray render method.
To sum it up, the following works:
but the following doesn't :
When I try to implement that, I get the following error from React 😫
The text was updated successfully, but these errors were encountered: