Open martynaskup opened 3 weeks ago
I am quite busy with other stuff, but if you open a PR I could test/review and publish a new version
@jannikbuschke Thank you for your fast reply. I created a PR #223 . Once you've tested/reviewed it and all is fine, please merge it to the version 2 and 3.
@jannikbuschke Hi, any updates on this, please?
will check this evening, sorry for the delay
Thank you!
@martynaskup are you on antd 4 or 5? cause I have problems building the formikt-antd v2 (targeting antd4)
I now published 2.0.5, can you check if it works?
I am on antd 4 at the moment. I hope to upgrade to antd 5 soon hence I would appreciate to have this solution also for the antd 5. Thank you! I'll check on this tomorrow and let you know.
I checked 2.0.5. and it works now. Thank you!
I get the following errors upon upgrading React from to v18. It related only to the FormikFieldProps defined (in formik-antd) in FieldProps.tsx
src/field/index.tsx (in props)
checkbox/index.tsx (in both Checkbox and Checkbox.Group components - Type error for the Field component
@jannikbuschke Could you please check this and fix it? It looks like FormikFieldProps should contain either children?: React.ReactNode prop, just when I add it manually (only to see if this would work), I get a different TypeError in Checkbox and Checkbox.Group: