Closed 4silvertooth closed 2 years ago
Using name field in <FormError/> like <FormError (email) /> conflicts with name of actual input inside the form giving erroneous value for the form this commit fixes it by using key prop instead of name in component.
name
<FormError/>
<FormError (email) />
key
Using component.
name
field in<FormError/>
like<FormError (email) />
conflicts with name of actual input inside the form giving erroneous value for the form this commit fixes it by usingkey
prop instead of name in