Henric Malmberg
Henric Malmberg
Great to see Gamepad support in the master branch! One of very few things stopping this emulator from hitting it big if you ask me. Howeever i think you missed...
With this pull request you can add an optional selling_plan when you add to cart like specified here: https://shopify.dev/docs/themes/ajax-api/reference/cart#add-a-selling-plan Solves https://github.com/Shopify/theme-scripts/issues/157 Added test as well.
This notification showed up in the Shopify Partner Dashboard a couple of days back. I love this project and I'm already building my next app using it as boilerplate but...
the coffekup code: div "#my_id", -> gives: <DIV class="#my_id"> instead of giving the element an id it gives the element a class that starts with a '#'. However, it works...
**Describe the bug** If we take the following config from the [documentation](https://shopify.dev/custom-storefronts/hydrogen/framework/environment-variables#private-variables) Vercel gives us `ReferenceError: Oxygen is not defined` . How are we supposed to use private environment variables...