yarn react-hook-form 7.80.0
Version 7.80.0

4 hours ago

🧄 feat: disable useFieldArray fields (#13535)

const { fields } = useFieldArray({ disabled: true });
fields[0].disabled; // contains disabled props

🛺 perf: make rhf more performant (#13524)
🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13533)

thanks to @JSap0914

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

NewReleases is sending notifications on new releases.