Jorge R.
Results
2
issues of
Jorge R.
Related issue: https://github.com/react-hook-form/resolvers/issues/445 Added new attribute to the schemaOptions to include the ClassTransformOptions and give more flexibility to make it possible to add transformation options.
**Describe the bug** When a class is annotated with `@Expose({groups: "group-name"})` the validation doesn't work. With the plain `@Expose()` annotation there's no problem. **To Reproduce** Create a simple class to...