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: deprecate OnFormUpdate hook #128

Merged
merged 1 commit into from
Feb 11, 2020
Merged

Conversation

maxime1992
Copy link
Contributor

If you patch your form and update a few values, this hook will be called multiple times: 1 time for each updated value. Which is not ideal.

Also has a bug here #127

And I've given more details here: #86 (comment)

@maxime1992 maxime1992 added scope: doc If anything is missing or should be clarified on the documentation scope: lib Anything related to the library itself effort-1: minutes Will only take a few minutes to fix/create labels Jan 8, 2020
@maxime1992 maxime1992 self-assigned this Jan 8, 2020
If you patch your form and update a few values, this hook will be called multiple times: 1 time for each updated value. Which is not ideal.

Also has a bug here #127

And I've given more details here: #86 (comment)
@maxime1992 maxime1992 force-pushed the fix/deprecate-on-form-update-hook branch from b06a06b to aa3c9a7 Compare January 8, 2020 18:40
@zakhenry zakhenry merged commit c45528f into master Feb 11, 2020
@zakhenry zakhenry deleted the fix/deprecate-on-form-update-hook branch February 11, 2020 11:38
@maxime1992
Copy link
Contributor Author

🎉 This PR is included in version 4.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-1: minutes Will only take a few minutes to fix/create released scope: doc If anything is missing or should be clarified on the documentation scope: lib Anything related to the library itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants