-
-
Notifications
You must be signed in to change notification settings - Fork 464
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
[react] store transform callback in useRef #1171
Conversation
HTML already prevents this by default, no need for custom logic after all
* add global visit options hook
Update axios version
I ran into the same issue and can confirm that this fixes the issue. |
Can we please put priority on this pull request? It's not great the documented transform feature just 100% does not work at all for this long with an active fix available |
Is there no update on this PR? |
This looks like it needs rebasing as it has a bunch of other unrelated changes in it |
This is a huge update! Can confirm this is working as expected. How can we get this merged? These are the only changes which are needed: |
#1491 is newer. |
This should fix #1131
I think because the old implementation did not persist the callback between renders, the transform method of the form helper had no effect (was reset to default
(data) => data
callback) when called like shown in the example in issue #1131