fix: Transform not working with "[email protected]" #1783
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Description
When updating the "reflect-metadata" package from 0.2.1 to 0.2.2, the value transformation defined in @Transform decorator does not execute.
This is a class I have defined in the code, which works with the previous version of "reflect-metadata".
Expected behavior
Event.start
andEvent.end
should be of typeDate
, with the parsed timezone.Actual behavior
Event.start
andEvent.end
are not transformedstring
types.The text was updated successfully, but these errors were encountered: