@miden-npm/react 0.0.17 → 0.0.18

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.cjs CHANGED
@@ -3134,7 +3134,7 @@ function BzpCheckoutCard({
3134
3134
  );
3135
3135
  }
3136
3136
  setFilteredPaymentTypeOptions(options2);
3137
- }, [paymentObject.currency, paymentObject.amount, paymentTypeOptions]);
3137
+ }, [paymentObject.currency, paymentObject.amount]);
3138
3138
  (0, import_react11.useEffect)(() => {
3139
3139
  if (filteredPaymentTypeOptions.length) {
3140
3140
  setPaymentType(filteredPaymentTypeOptions[0].value);