This seems to have started since the migration to the new app dev platform (our apps were converted today). Our admin UI extensions are currently receiving an empty data object when they should have a selected item in them. Here’s a console log out of the useApi fields from the @shopify/ui-extensions-react package:
Note the data field is empty, but it should have selected array in it according to the docs:
This can be reproduced with our Bulk Discount Code Bot app by using the “Add codes to discount” admin UI action from the top of a discount details page.
