@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.js CHANGED
@@ -3097,7 +3097,7 @@ function BzpCheckoutCard({
3097
3097
  );
3098
3098
  }
3099
3099
  setFilteredPaymentTypeOptions(options2);
3100
- }, [paymentObject.currency, paymentObject.amount, paymentTypeOptions]);
3100
+ }, [paymentObject.currency, paymentObject.amount]);
3101
3101
  useEffect6(() => {
3102
3102
  if (filteredPaymentTypeOptions.length) {
3103
3103
  setPaymentType(filteredPaymentTypeOptions[0].value);