Open
Description
Packages involved in the issue
@shopify/cli : 3.67.1,
@shopify/ui-extensions : 2024.7.x,
@shopify/ui-extensions-react": 2024.7.x
Describe the bug
When using useBuyerJourneyIntercept
to block the customer at the shipping step in conjunction with useApplyCartLinesChange
for all line items, the blocking behavior doesn't work as expected.
Steps to reproduce the behavior:
- Clone the following repository: https://github.com/AntoineColorz/bug-intercept-buyer-journey/
- Run the project (npm run dev)
- Use choice_3 (steps as described in the screencast)
Expected behavior
The blocking behavior should prevent the customer from proceeding past the shipping step.