I’m working on a customer account UI extension and encountering an error when trying to import CustomerAccountAction. Here’s the relevant part of my code:
import {
CustomerAccountAction,]
} from “@shopify/ui-extensions-react/customer-account”;
The error I’m getting is:
[ERROR] No matching export in “node_modules/@shopify/ui-extensions-react/build/esm/surfaces/customer-account.mjs” for import “CustomerAccountAction”
I’ve tried updating the package and checking the documentation, but I’m still encountering this issue. is there an alternative component I should be using?
Any help or guidance would be greatly appreciated. Thanks!