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
FormFieldValid is now implemented with useSnapshot which means it will render on keystrokes. We could add another hook that prevents these unneeded renders, something like this:
forms/src/components.js
Line 17 in b937d87
FormFieldValidis now implemented withuseSnapshotwhich means it will render on keystrokes. We could add another hook that prevents these unneeded renders, something like this: