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
Add test for consolidating grouped field sets properly into deferred fragments (#3997)
Group field sets should be properly consolidated when some of the fields
in a sibling defer overlap with a child deferred fragment.
The child deferred fragment should not prompt creation of an additional incremental data record for that field, because the field would always be sent with the parent.
it('Correctly bundles varying subfields into incremental data records unique by defer combination, ignoring fields in a fragment masked by a parent defer',async()=>{
0 commit comments