noahsalvi / svelte-use-form

The most compact reactive form controller (including Validation) that you'll ever see.
MIT License
252 stars 14 forks source link

please remove console.log(state) #11

Closed niklasgrewe closed 3 years ago

niklasgrewe commented 3 years ago

I don't know if you intended it, but I noticed in the Console that the form is constantly output. This concerns this code part:

https://github.com/noahsalvi/svelte-use-form/blob/5e9ef020258e4cdb13fff1f2eb183e37c3e6b0de/src/useForm.ts#L107

Could you remove this if it is not needed?

noahsalvi commented 3 years ago

Remove in v2.2.1