Juan P. Prieto
Juan P. Prieto
**Describe the bug** Hi team. not sure if this is the correct place, but I hope I can find some pointers. Link to issue on the [support forum](https://answers.netlify.com/t/problem-running-a-script-before-netlify-build-process-not-before-the-build-command/42287). As the...
Update **slate-sections-plugin's** README usage examples: from: `plugins: [new SlateSectionsPlugin({slateSectionsOptions})],` to: `plugins: [new SlateSectionsPlugin(slateSectionsOptions)],`
Hey guys, Thanks for the great work. I've been playing around with the library and got stuck trying to activate a given tab pane on load. Is there a way...
Hey guys, > The data property "width" is already declared as a prop. Use prop default value instead. Getting the above warn message when using the Loading Bar component. Unfortunately,...
### Description ⚠️ WIP ⚠️ This PR introduces the following - `` — A script component supporting multiple loading strategies and reload. - `useScript` — A hook version ### Additional...
**Describe the bug** Currently we attempt to make api calls even if some of the required env vars (like SHOPIFY_STOREFRONT_API_PUBLIC_TOKEN) are `undefined`. **To Reproduce** rename `Oxygen?.env?.SHOPIFY_STOREFRONT_API_PUBLIC_TOKEN` to `Oxygen?.env?.SHOPIFY_STOREFRONT_API_PUBLIC_TOKEN_I_DONT_EXIST_IN_PRODUCTION` **Expected behaviour**...
Currently the changeset prompts for changes on the `demo-store`. This is confusing because we don't track a changeset for the store and if chosen the CI checks fail.
### Description A demo app showcasing how to use the Admin API for queries and mutations. ### Additional context   [Netlify](https://hydrogen-admin-api-todo.netlify.app/) [Oxygen](https://hydrogen-admin-api-todo-7ee29eae6dfa5582335b.o2.myshopify.dev/) Big thanks to @blittle for the help...
### Description A hydrogen example demonstrating a 💯 `.server-driven` basic Cart workflow. - Provides a set of `cart` utilities (`getCart`, `createCart`...) as well as a GraphQL cart client - Provides...
closes https://github.com/Shopify/h2/issues/162 ```ts /** * Creates or update a cart with the passed encoded cart line inputs and redirects to checkout * @param $cartLines a route param including cart line...