Issue with react-hook-form resolver
react-hook-form users:
This line is a problem for me https://github.com/react-hook-form/resolvers/blob/master/effect-ts/src/effect-ts.ts#L34. You could decode the form into a completely different shape which is a valid schema however because we return the decoded values, the form will have invalid values. I think it should return the original inputted values if it passes. Thoughts?
This line is a problem for me https://github.com/react-hook-form/resolvers/blob/master/effect-ts/src/effect-ts.ts#L34. You could decode the form into a completely different shape which is a valid schema however because we return the decoded values, the form will have invalid values. I think it should return the original inputted values if it passes. Thoughts?
