@anker-in/shopify-react 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2286,7 +2286,8 @@ function useAddToCart({ withTrack = true } = {}, swrOptions) {
2286
2286
  applyCartCodes,
2287
2287
  removeInvalidCodes,
2288
2288
  addCustomAttributes,
2289
- config
2289
+ config,
2290
+ cartAttributes
2290
2291
  ]
2291
2292
  );
2292
2293
  return useSWRMutation("add-to-cart", addToCart, swrOptions);