You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, I've found it. The problem is here. It is because AutoForm render an AutoField which render XField(depending on type), butAutoField passes down all of its props, so it is used as an initial value. I'll try to come with a better solution (and a bugfix of course).
I have something like this:
updateUserProfile is called here as soon as the form is mounted. Am i missing something?
The text was updated successfully, but these errors were encountered: