commercelayer-react-components icon indicating copy to clipboard operation
commercelayer-react-components copied to clipboard

The Official Commerce Layer React Components Library

Results 19 commercelayer-react-components issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...

dependencies

### Describe the bug If you try to use the `` component with the `autoSelectSingleShippingMethod` property it won't finish loading The cause seems to be the the loader state that...

bug

### Describe the solution you'd like Once a new subscription order is `placed` via Checkout we need to update order's subscription in order to have the `customer_payment_source` relationship pointing to...

enhancement

### Describe the solution you'd like Explode the bundle if the bundle's SKUs have different `sku_code`. ### Additional context Take a look at https://github.com/commercelayer/commercelayer-react-components/blob/fb98f1d47300dbe3ad7fb8f76b6faf060a5ddb66/packages/react-components/src/components/line_items/LineItem.tsx#L36

enhancement

## What I did This reverts the changes done in https://github.com/commercelayer/commercelayer-react-components/pull/445 and removes the `hasExternalPrice` prop on the `LineItemQuantity` component. Mainly we don't need anymore to enforce the update of...

enhancement

If issuer type has no brand, it is hard to use the component. Props are: `{brand: undefined, label: undefined, className: 'mr-1'} ` It should get `issuer_type` value, that is `link`...

### Is your feature request related to a problem? Please describe I have a very specific use-case which the `AddToCartButton` does not cover. As such, I have extended `useOrderContainer` to...

enhancement

### Describe the bug Although I can translate the world "Available", I cannot translate the word "in" https://github.com/commercelayer/commercelayer-react-components/blob/2c9e7ff01088b2e4bf2fac6fdb9a1587dd572964/packages/react-components/src/components/skus/AvailabilityTemplate.tsx#L84-L87 Also unable to translate shipping method name, since `shippingMethod.name` is always used...

bug