forge42dev / remix-hook-form

Open source wrapper for react-hook-form aimed at Remix.run
MIT License
332 stars 27 forks source link

version 3.0.0 #41

Closed AlemTuzlak closed 10 months ago

AlemTuzlak commented 10 months ago

Description

This PR Completely changes the behavior under the hood to do the following:

Fixes #32

lucgagan commented 10 months ago

the data is not submitted via "formData" key with a stringified object

was about to raise an issue about this haha Thank you!