Anthony Frehner

Results 68 comments of Anthony Frehner

To provide an update here, as promised above >Let's hold off for a little bit - there's still some discussion about the future of the hydrogen-ui package that we need...

> Should we change Hydrogen to only be Node 16 and up? I think that was the original plan, but we were held back by Stackblitz at the time?

Hello! Can you provide a reproduction of this issue? One easy way would be to modify the example shop at https://hydrogen.new Thanks!

Hi @pannagger , this should work if you are using the latest version of node 16 or 18; please ensure you're using one of those and it should work for...

Hello, please update your version of node 16 to the latest release (`16.17.0` as of writing this) and try again.

>still get this 404 message is this normal? 404 message should only occur if you are on a route that doesn't have a corresponding route handler in your `routes` folder.

We'll be updating our templates and tutorials soon, as some changes and improvements come to the framework. 👍

@Shopify/hydrogen This is ready for review again

I think I have done everything that isn't Cart-related.

Given the query: ```gql const query = ` { shop { name } products(first: 1) { nodes { id title publishedAt handle variants(first: 1) { nodes { id image {...