final-form / final-form

🏁 Framework agnostic, high performance, subscription-based form state management
https://final-form.org
Other
2.99k stars 213 forks source link

Can't register field named 'constructor' #489

Open bloodrizer opened 6 months ago

bloodrizer commented 6 months ago

Don't laugh, it's a real production issue. [elrisitas.jpeg]

Caused by: https://github.com/final-form/final-form/blob/edada3668ce21f1a75bd71386464dc79f01fbb28/src/FinalForm.js#L837

Context: https://stackoverflow.com/questions/21320256/is-there-a-way-to-make-constructor-a-valid-key-in-a-js-object

image

I can try to create a PR if you want.

dpopovms commented 6 months ago

https://github.com/final-form/final-form/pull/490