heystone999/memo-minder

Question about the showCustomPopup

Opened this issue · 0 comments

In both TaskArea.jsx and ShopArea.jsx, the console.log indicates that showCustomPopup is invoked during a successful purchase, yet the popup does not appear on the page. However, on a failed purchase, the popup displays as expected.

I've temporarily adjusted the decreaseCoin function in App.js to include the showCustomPopup call within it, as a workaround.

Could someone help investigate why the popup fails to display upon a successful purchase despite showCustomPopup being called?