For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
I am building a checkout ui extension. I need to use "useShippingAddress()" in my code. Since the customer data is protected, I completed the "Protected customer data access" request till step 1.
It specifically mentions that 'If you’re installing on a development store, select your data use in step 1 to access protected customer data.' I also installed the app on a development store. However, I still cannot access the shipping address for my checkout UI extension.
I get the following error : "[ERROR] No matching export in "node_modules/@shopify/ui-extensions/build/esm/surfaces/checkout.mjs" for import "useShippingAddress""
What am I missing here? Does the approval for the protected customer data request takes some time for approval? Or do devs not get access to shipping addresses while developing checkout UI extensions?