Skip to content

Commit

Permalink
2024.4 unstable paths (#1954)
Browse files Browse the repository at this point in the history
* Add unstable todos

* confirmed these APIs are still unstable_ in Remix

* cleanup
  • Loading branch information
juanpprieto committed Apr 10, 2024
1 parent a6e5606 commit 4791908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen-react/src/CartLineProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type CartLinePartialDeep = PartialDeep<
export const CartLineContext = createContext<CartLinePartialDeep | null>(null);

/**
* The `useCartLine` hook provides access to the [CartLine object](https://shopify.dev/api/storefront/unstable/objects/cartline) from the Storefront API. It must be a descendent of a `CartProvider` component.
* The `useCartLine` hook provides access to the [CartLine object](https://shopify.dev/api/storefront/2024-04/objects/cartline) from the Storefront API. It must be a descendent of a `CartProvider` component.
*/
export function useCartLine(): CartLinePartialDeep {
const context = useContext(CartLineContext);
Expand Down

0 comments on commit 4791908

Please sign in to comment.