Alan Tan

Results 3 comments of Alan Tan

One way to work around this for now could be like this. @cbdeveloper ``` values = queryString.parse(props.location.search,{arrayFormat: 'comma'}) if(!Array.isArray(values.foo1) { values.foo1 = [values.foo1] } ``` or ``` values = queryString.parse(props.location.search,{arrayFormat:...

Facing the same issue using 1.6.0.Beta1 where deeply nested source objects are missing the setter codes in the target object. ### Situation Mapping(source = "a.b.c.d1", target = "name") D2 aToD2(A...

@thunderhook ok i will share a reproducible example soon, thank you!