@moneymq/react 0.3.1 → 0.3.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
@@ -571,6 +571,8 @@ function CheckoutModal({
571
571
  if (animationPhase === "closing") return;
572
572
  setAnimationPhase("closing");
573
573
  setTimeout(() => {
574
+ setShouldRender(false);
575
+ setAnimationPhase("closed");
574
576
  onClose();
575
577
  }, 300);
576
578
  }, [onClose, animationPhase]);