ResourcePicker showDraft is not working

I have the following code to display a list of products from a ResourcePicker.

<ResourcePicker
    resourceType="Product"
    open={isProductPickerOpen}
    showVariants
    showDraft="false"
/>

The No Image product shouldn’t show up since it is on Draft status.

Shopify App Bridge version:

@shopify/app-bridge”: “^2.0.26”

Hey @ericute - this does definitely seem odd. Can you reach out in the App Bridge repo here on GitHub and open up an issue report for this? We are fairly active there and this will help us track the issue internally.

Hope this helps!

Thanks for the suggestion! I’ve just opened a bug issue for it: https://github.com/Shopify/shopify-app-bridge/issues/161