-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[BC Break] React Hook Form #7087
Conversation
@WiXSL the problems with the record context aren't linked to this PR, so we won't deal with them in ths PR. Would you mind opening an issue with them so we don't forget them? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is AWESOME!!! 💯 👍 🎉 🦘
Thanks @djhi for this tremendous work.
Great! We have react-hooks-form working. Thank you @djhi !!! 🙃 ❤️🔥 |
🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 EPIC PR |
Out of interest why is this a breaking change prior to v4? |
It's for v4 (that's the |
Oh the Tweet I read said "This was the last big breaking change before V4" so I assume that mean v3.X |
@djhi This is the error I am getting:
I did not find something different in UPGRADE doc or other docs on how to create a custom input field. Thanks! |
@afilp indeed, it changes the syntax of custom inputs. We've updated the Inputs.md section about "Writing Your Own Input Component", but we've forgotten to add a diff in the README. We'll fix that soon. |
@fzaninotto Thank you! |
Thank you to this project for providing an awful lot of downloads and users to React Final Form. As the [lapsed] maintainer of said library, I'm both sad and happy to see you go. ❤️ 👋 |
It wasn't an easy decision. Thank you for redux-form, final-form and centered! ❤️ |
Supersedes #6730