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
* no-op, ReactFinalForm.js: More commenting for pause/resumeValidation() on init
* ReactFinalForm.js: Pause validation before unmount
This was causing serious performance problems on large forms, since
validation is generally O(number_fields), and we'd be calling it
number_fields times when running all the deregistrations.
0 commit comments