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