Hey Community,
The docs reference a QRCode component that you can build in for a checkout UI extension (https://shopify.dev/docs/api/checkout-ui-extensions/unstable/components/other/qrcode#example-fill-size)
It doesn’t appear to be included in the ui-extensions-react module (or the ui-extensions module). Is this component not supported in the 2024-07 packages?
Has anyone had any success implementing it? It would be really nice to use this instead of having to do a workarounds to render and host a QR code image instead.
I’m importing these two dependencies in my package.json
"@shopify/ui-extensions": "2024.7.x",
"@shopify/ui-extensions-react": "2024.7.x",
Thanks!
-Tristan