Skip to content

Commit

Permalink
Merge pull request #2201 from graphcommerce-org/fix/product-list-item…
Browse files Browse the repository at this point in the history
…s-plugin-broken

Fix issue where patches would not be applied correctly on the AddProductsAddToCartForm
  • Loading branch information
paales authored Feb 12, 2024
2 parents 7db7781 + e16fea4 commit 42381a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-news-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphcommerce/magento-product": patch
---

Fix issue where patches would not be applied correctly on the AddProductsAddToCartForm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { LazyHydrate, RenderType, extendableComponent, responsiveVal } from '@graphcommerce/next-ui'
import { Box, BoxProps } from '@mui/material'
import { ProductListItemFragment } from '../../Api/ProductListItem.gql'
import { AddProductsToCartForm } from '../AddProductsToCart'
import { AddProductsToCartForm } from '../../index'
import { ProductListItemProps } from '../ProductListItem/ProductListItem'
import { ProductListItemRenderer } from './renderer'

Expand Down

0 comments on commit 42381a0

Please sign in to comment.