v4.0.0
Error handling
From version 4.0.0 remix-hook-form now uses react-hook-form native errors
prop instead of merging frontend and backend errors which should allow for consistent behavior across the two packages and this brings us one step closer to the original implementation
What's Changed
- Improve
getValidatedFormData
type inference by @mintchkin in #61 - README fixes & updates by @MonsterDeveloper in #57
New Contributors
- @mintchkin made their first contribution in #61
- @MonsterDeveloper made their first contribution in #57
Full Changelog: v3.2.1...v4.0.0