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
Query Loop: When a variation is picked via BlockVariationPicker component, the post type is always "Post" instead of the one defined via the variation #46367
When a Query Loop variation is picked via the BlockVariationPicker component, the post type is "Post" instead of the one defined via the variation.
This happens because the check at line 144 is wrong. We have to reverse it.