Conversation
setError accepts an error not the Field's value type. The actual code implementing this interface is actually written `setError: (value: any) => setFieldError(name, value)`.
|
@dantman is attempting to deploy a commit to the Formium Team on Vercel. A member of the Team first needs to authorize it. |
|
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 60 days |
|
Still relevant. |
|
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 60 days |
|
Should still be relevant. |
|
|
Seems to be fixed by #3203 now. |
setError accepts an error not the Field's value type. The actual code implementing this interface is actually written
setError: (value: any) => setFieldError(name, value).