-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
Feature request summary
AppBridge resource picker does not have "CustomerSegment" resource type so I believe this issue should be resolved in @shopify/app-bridge-react first.
Rationale
This component is listed in the docs but cannot be found anywhere in the GitHub:
<CustomerEligibilityCard
eligibility={eligibilityField}
selectedCustomerSegments={selectedCustomerSegmentsField}
selectedCustomers={selectedCustomersField}
customerSegmentSelector={
<CustomerSegmentSelector
selectedCustomerSegments={selectedCustomerSegmentsField}
/>
}
customerSelector={
<CustomerSegmentSelector selectedCustomers={selectedCustomersField} />
}
/>https://github.com/Shopify/discount-app-components/tree/main/src/components/CustomerEligibilityCard
