Helen Lin
Helen Lin
@frandiox `import.meta` is a vite thing right?
@frandiox This branch is demonstrating how I think we can do an opted-in RSC sub route implementation without making it a major breaking change. To play with this, just uncomment...
@frandiox I updated this PR to demonstrate sub routes working. I think this solution is quite elegant - it doesn't make a major breaking change. #### How it works I...
# WIP Sub route API proposal **_All new function naming are not final_** ## How to opt-in using Hydrogen sub route 1. Most likely going to define a new `entry-client`...
Thanks for flagging this!
We use the same `react-intersection-observer` package in our own demo-store example and it works. https://github.com/Shopify/hydrogen/blob/main/templates/demo-store/app/routes/(%24locale).collections.%24collectionHandle.tsx#L4
Hi, these are good questions. For clicking on checkout link should open in same tab, we'll need to investigate. For logged in customer going to checkout, this is a known...
Not sure if it is related but I think there may be missing functions that `aws-sdk` expects. Try `@aws-sdk/client-s3` package instead? Reference: https://github.com/remix-run/remix/discussions/2800
We have a release recently to fix this problem in `2024.4.4`
There are more fixed introduced in `2024.4.6`