fix: allow plain to class to convert from Set to Set instead of from Set to Array #1723
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Description
When converting from plain to class on an plain object that already has a Set the target property that is also a Set is converted to Array.
Expected behavior
If the target is of type Set and source already is a Set should return a Set.
Actual behavior
It converts the target property of the class to Array.
The text was updated successfully, but these errors were encountered: