I have an admin block that targets order-details where I would like the user to select a product. I would like this to be done just how you can add a product to an already created order while editing (via Search product to add or by clicking the browse button). I currently have a page in the admin where I call
“const selected = await shopify.resourcePicker({type: ‘variant’});”
which pops up the modal I am talking about, but if I do the same thing from within and Admin Block I get the error “Uncaught (in promise) TypeError: shopify.resourcePicker is not a function.”