No content to show
User Activity
I had the same issue but was able to fix it by adding the post-purchase types to my tsconfig.json. Hope it helps!{
"compilerOptions": {
"jsx": "react-jsx",
"types": [
"@shopify/post-purchase-ui-extensions-react"
]
},
"include"...
@Lukas50 I did a workaround which isn't great, but it worked for our use-case. In the frontend when a cart is loaded I would inspect the cart cookie and see if it was an "old" cart and that there was a bundled line item. If yes, then I would essenti...
Same issue here - and a blocker for us.
Hey all,We're seeing a strange issue for a recently upgraded checkout that wants to utilize bundles (using "Shopify bundles" app). We've upgraded the checkout a week or so ago and installed the Shopify bundles app. Everything works well and you can c...