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
The problem is similar to this #471, but it occurs when unmounting a large number of inputs. detachFromForm is called a huge number of times.
I suggest using throttledValidateForm in detachFromForm, just like in attachToForm.
with throttledValidateForm:
without throttledValidateForm:
The text was updated successfully, but these errors were encountered:
The problem is similar to this #471, but it occurs when unmounting a large number of inputs.
detachFromForm
is called a huge number of times.I suggest using throttledValidateForm in detachFromForm, just like in attachToForm.
with throttledValidateForm:
without throttledValidateForm:
The text was updated successfully, but these errors were encountered: