Open denatys opened 1 month ago
I noticed a rather unexpected thing for createHeadlessForm, if you pass initialValues to it, they change internally, which can be undesirable behavior
Hi @denatys, nice catch! That's a bug indeed, it should not mutate the passed initialValues. PRs are welcome! 🙏
initialValues
I noticed a rather unexpected thing for createHeadlessForm, if you pass initialValues to it, they change internally, which can be undesirable behavior