remoteoss / json-schema-form

https://json-schema-form.vercel.app
MIT License
92 stars 7 forks source link

createHeadlessForm and mutation of initialValues #92

Open denatys opened 1 month ago

denatys commented 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

sandrina-p commented 1 month ago

Hi @denatys, nice catch! That's a bug indeed, it should not mutate the passed initialValues. PRs are welcome! 🙏