fix: <@ValidateNested() Fails When Used with @Transform() in NestJS DTO Validation> #2589
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Description
In NestJS, when using @Transform() to parse JSON-formatted form-data values while also applying @ValidateNested(), the validation process fails.
Minimal code-snippet showcasing the problem
Expected behavior
It should validate the field inside SignerDTO
Actual behavior
I tried with this
It can not definitely a path property and fail all data value.
The text was updated successfully, but these errors were encountered: