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
First off brilliant library, getting lots of value out of it.
I updated the library to the latest from 1.2 to 1.2.2, which contained this fix #452 it was for this fix that I did the update as we also hit the same issue.
The side effect of this now is that the last fragment or list blats the previous data results. Understand that doesn't make a lot of sense but let's say I have this:
You can see that the frag is also now creating a list of nodes. But the Frag_1 has the type field and non fragment version has the name.
The result of this means the last sequence wins, so in the above it will be the non fragment version. Where as it would be the fragment version if that was last in the above.
I'll see if I can get a test setup to show what I mean.
The text was updated successfully, but these errors were encountered:
Hi,
First off brilliant library, getting lots of value out of it.
I updated the library to the latest from 1.2 to 1.2.2, which contained this fix #452 it was for this fix that I did the update as we also hit the same issue.
The side effect of this now is that the last fragment or list blats the previous data results. Understand that doesn't make a lot of sense but let's say I have this:
You can see that the frag is also now creating a list of
node
s. But theFrag_1
has thetype
field and non fragment version has thename
.The result of this means the last sequence wins, so in the above it will be the non fragment version. Where as it would be the fragment version if that was last in the above.
I'll see if I can get a test setup to show what I mean.
The text was updated successfully, but these errors were encountered: