Skip to content

Commit 7d02e19

Browse files
fix(headless commerce SSR): expose promoteChildToParent method on SSR ProductList type (#4798)
https://coveord.atlassian.net/browse/KIT-3810
1 parent 56a5d92 commit 7d02e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/headless/src/controllers/commerce/product-list/headless-product-list.ssr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {buildSearch, Search} from '../search/headless-search.js';
1313
export type {ProductListingState as ProductListState} from '../product-listing/headless-product-listing.js';
1414
export type ProductList = Pick<
1515
ProductListing | Search,
16-
'state' | 'subscribe' | 'interactiveProduct'
16+
'state' | 'subscribe' | 'interactiveProduct' | 'promoteChildToParent'
1717
>;
1818

1919
/**

0 commit comments

Comments
 (0)