npm react-hook-form 7.33.0
Version 7.33.0

latest releases: 7.51.4, 7.51.3, 7.51.2...
22 months ago

⚛️ upgrade to react 18 (#8529)
🐞 fix #8558 missing select function for controlled component (#8559)
👋 deprecate on NestedValue and UnpackNestedValue (#8528)

type FormValues = {
-  select: NestedValue<{
-    nested: string
-  }>
+  select: {
+    nested: string
+  }
}

errors.select.message ✅ 

🔬 improve nested field errors type (#8527)
🗑 UseFormHandleSubmit remove unused generic (#8526)

Huge thanks go to @felixschorer on type improvement and @romain-trotard for improving tests for react 18

Don't miss a new react-hook-form release

NewReleases is sending notifications on new releases.