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
Ah, I see what's going on. When merging fields, if there are 2 conditional fields with the same name, I should bubble down the condition to the children. Thanks for the report.
I'm traveling today so I should be able to get it fixed tomorrow.
Given the following schema:
Running the following query:
Produces the following output since 1.3.1
Note the
"b": null
in item 0 and"a": null
in item 1.Basic test case: https://gist.github.com/guymers/bce14ace58e2c6c57f594f7be1981536
The text was updated successfully, but these errors were encountered: