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
At the moment this obviously causes problems due to recursive mapping lookups, so perhaps we can add an optional parameter to MapTo which tells it not to look for the custom mapping (and only use that optional param from within mapping closures)>
The text was updated successfully, but these errors were encountered:
So that we can use the default mapper to do most of the work, then just map the remaining bits, e.g:
At the moment this obviously causes problems due to recursive mapping lookups, so perhaps we can add an optional parameter to
MapTo
which tells it not to look for the custom mapping (and only use that optional param from within mapping closures)>The text was updated successfully, but these errors were encountered: