Aaron

Results 4 issues of Aaron

**Describe the bug** There's an issue with the `customer.customerGroup` data being stale as returned by `checkoutState.data.getCustomer()`. **To Reproduce** 1. [back-office] ensure setting for "guest" customers is "-- No Group --"...

There's an issue with the `customer.customerGroup` data being stale as returned by `checkoutState.data.getCustomer()`. To reproduce the error: 1. [back-office] ensure setting for "guest" customers is "-- No Group --" 2....

When using the useToast hook, the toast's `onOpenChange` function is never fired because it is overridden. This seems to be an easy fix, change use-toast.ts "toast" method from: ```ts dispatch({...

### Expected behavior When generating `icon-sprite.svg` via `grunt svgstore` the sprite should load properly. ### Actual behavior The `svg.icons-svg-sprite` src gets set to `(Unknown)` instead of the SVG sprite as...