| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-20 | 326 Bytes | |
| Version 7.80.0 source code.tar.gz | 2026-06-20 | 3.3 MB | |
| Version 7.80.0 source code.zip | 2026-06-20 | 3.5 MB | |
| Totals: 3 Items | 6.8 MB | 0 | |
🧄 feat: disable useFieldArray fields (#13535)
:::tsx
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