You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: corrects error with product links close (#711)
* wip: added not to Unreleased
* wip: moved to correct changelog
Co-authored-by: Bret Little <[email protected]>
By not including
/
before products in theto
prop of aLink
component the user can't get to the product from the cart.https://github.com/Shopify/hydrogen/blob/690eb80df3614e6425ed00d65913e9efac24d8c2/examples/template-hydrogen-default/src/components/Cart.client.jsx#L98
Correcting the
to
prop of theLink
component in Cart.client.jsx to be<Link to={`/products/${merchandise.product.handle}`}>
will correct the issue.The text was updated successfully, but these errors were encountered: