Schema parsing with react-hook-form (PR)
Hello, thanks to whoever contributed the effect-ts react-hook-form resolver.
I've just written a PR for react-hook-form which will I think make it possible to truly parse to a different type by removing the
Looks like the resolver types will need to change to properly take advantage of it so that the schema's
rather than the current types:
I've just written a PR for react-hook-form which will I think make it possible to truly parse to a different type by removing the
TFieldValues constraint from TTransformedValues and I'd appreciate a sanity check. https://github.com/react-hook-form/react-hook-form/pull/11951Looks like the resolver types will need to change to properly take advantage of it so that the schema's
Encoded maps to TFieldValues and Type to TTransformedValues. The new resolver type would be:rather than the current types:
