The option ignoreDecorators
does not ignore @Transform
#1471
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Description
The option
ignoreDecorators
does not ignore @TransformMinimal code-snippet showcasing the problem
Expected behavior
I expect the resultNoDecorators object to have the prop property with the original value, without any transformations applied.
Actual behavior
The resultNoDecorators object still has the prop property transformed, even though the ignoreDecorators option is used.nested. Prop
The text was updated successfully, but these errors were encountered: