Skip to content

Commit

Permalink
fix(headless commerce SSR): expose promoteChildToParent method on SSR…
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo authored Dec 19, 2024
1 parent 56a5d92 commit 7d02e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {buildSearch, Search} from '../search/headless-search.js';
export type {ProductListingState as ProductListState} from '../product-listing/headless-product-listing.js';
export type ProductList = Pick<
ProductListing | Search,
'state' | 'subscribe' | 'interactiveProduct'
'state' | 'subscribe' | 'interactiveProduct' | 'promoteChildToParent'
>;

/**
Expand Down

0 comments on commit 7d02e19

Please sign in to comment.