Open martynaskup opened 1 week 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.
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: