Skip to content

react-hook-form 7.61.0

[7.61.0] - 2025-07-24

Added

  • compute prop for useWatch subscription

Fixed

  • Subscribe with latest defaultValues
  • Trigger watch callbacks only in response to value changes
  • Track name with setValue subscription callbacks
  • Handle explicit "multipart/form-data" encType in <Form /> component
  • Remove React wildcard import to resolve ESM build issues