Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue:#11985 logic createFormControl check field before usage #11986

Merged
merged 3 commits into from
Jun 8, 2024

Conversation

pincy
Copy link
Contributor

@pincy pincy commented Jun 6, 2024

In the function updateTouchAndDirty the disabled field is accessed before checking the existence of the _f field.

This change adds the check for the _f field in fields before usage.

Copy link
Member

@bluebill1049 bluebill1049 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@bluebill1049 bluebill1049 merged commit f13f060 into react-hook-form:master Jun 8, 2024
6 checks passed
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.

None yet

2 participants