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
When using multiple expressions that have nested element like: "address(street),address(city)" the final result will only contain the address city property.
This is because the subelement map in org.skyscreamer.yoga.selector.FieldSelector is overriding the key values and not merging the values.
The text was updated successfully, but these errors were encountered:
When using multiple expressions that have nested element like: "address(street),address(city)" the final result will only contain the address city property.
This is because the subelement map in org.skyscreamer.yoga.selector.FieldSelector is overriding the key values and not merging the values.
The text was updated successfully, but these errors were encountered: