modular-forms
modular-forms copied to clipboard
Bug: Unable to Edit Input in Modular Form in Production Mode (React )
Bug Description: I've encountered a bug in the modular form implemented using React in production mode. In this form, I'm unable to edit the input fields. The issue is not present in development mode.
Could you figure out why it's not working?
The issue stems from the onChange method integrated into the library. Both the value and the error are susceptible to type unsafety (usage of Preact within the React app).
Maybe this is related to https://github.com/fabian-hiller/modular-forms/issues/104