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
Describe the bug
using effect-ts resolver,
when I click submit, I get the error "Expected string, actual undefined"
however I expect my custom error to show (which is "name required")
To Reproduce
Steps to reproduce the behavior:
use the example provided on the readme, something like
Describe the bug
using effect-ts resolver,
when I click submit, I get the error "Expected string, actual undefined"
however I expect my custom error to show (which is "name required")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"'name required" should have been shown, but we got "Expected string, actual undefined"
Desktop (please complete the following information):
not relevant but here it is
Additional context
The text was updated successfully, but these errors were encountered: