Skip to content

[TypeScript] Fix compilation with react-hook-form 7.72.0#11273

Merged
fzaninotto merged 1 commit into
masterfrom
react-hook-form-7-72
Jun 9, 2026
Merged

[TypeScript] Fix compilation with react-hook-form 7.72.0#11273
fzaninotto merged 1 commit into
masterfrom
react-hook-form-7-72

Conversation

@fzaninotto

Copy link
Copy Markdown
Member

Problem

React-hook-form 7.72 introduced form-level validate (react-hook-form/react-hook-form#13195), which conflicts with react-admin's built-in form-level validation.

Solution

Ignore the new validate prop type from react-hook-form

## Problem

React-hook-form 7.72 introduced form-level validate (react-hook-form/react-hook-form#13195), which conflicts with react-admin's built-in form-level validation.

## Solution

Ignore the new `validate` prop type from react-hook-form
@fzaninotto fzaninotto merged commit b6dd624 into master Jun 9, 2026
15 checks passed
@fzaninotto fzaninotto deleted the react-hook-form-7-72 branch June 9, 2026 10:46
@fzaninotto fzaninotto added this to the 5.14.8 milestone Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant