@shopify/hydrogen-react@2023.1.8
版本发布时间: 2023-04-17 21:33:53
Shopify/hydrogen最新发布版本:@shopify/mini-oxygen@3.0.6(2024-10-02 11:24:35)
Patch Changes
-
Fix
parseGid()
to return a query string if it was a part of the original GID. (#723) by @wizardlyhel -
Add the raw product returned from the Storefront API to also return from
useProduct()
: (#735) by @blittlefunction SomeComponent() { const {product} = useProduct(); return ( <div> <h2>{product.title}</h2> <h3>{product.description}</h3> </div> ); }