You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. You're right. line 21 was me being dumb with null checking. The fix is already in but I'll try to get #124 resolved before pushing. Thanks again
I'm submitting a...
Current behavior
Source property with value of
false
will map to destination property asnull
.Expected behavior
Source property with value of
false
should map to destination property asfalse
.Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Boolean values should be preserved during mapping.
Environment
The text was updated successfully, but these errors were encountered: