fixed by checking the current validation state. This technically allows a case where if the initial value of the form data fails to parse (only possible if data doesn't round trip) then that will not be detected
fixed by checking the current validation state. This technically allows a case where if the initial value of the form data fails to parse (only possible if data doesn't round trip) then that will not be detected
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
On submit, only the validation is checked, but if the parse fails that validation could still return true.
fixed by checking the current validation state. This technically allows a case where if the initial value of the form data fails to parse (only possible if data doesn't round trip) then that will not be detected