Skip to content

react-hook-form-mui v9.0.0

Choose a tag to compare

@dohomi dohomi released this 20 Apr 08:30

Breaking: This release targets MUI v9 only. Peer dependencies are now @mui/material, @mui/system, @mui/icons-material, and @mui/x-date-pickers ^9, with React >=18 <21.

Highlights
Components updated for MUI v9 APIs (including slotProps where v9 expects them).
X Date Pickers v9 integration: picker-related elements aligned with the current picker APIs and typings.
Autocomplete ref handling updated for v9 (compatible with MUI’s ref utilities).
Tighter validation / picker prop typings where the library surfaces MUI types.
Upgrade
Upgrade your app to MUI 9 and @mui/x-date-pickers 9, then bump react-hook-form-mui to 9.0.0. Fix any remaining compile errors from your own MUI v9 migration (slots, slotProps, menu/paper props, etc.).