paypal-js icon indicating copy to clipboard operation
paypal-js copied to clipboard

[BUG]: Sometimes buttons are not displayed

Open nam-truong-le opened this issue 10 months ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues.

🐞 Describe the Bug

Sometimes paypal buttons are not displayed. I inspect the state and it looks good to me:

{
  "options": {
    "clientId": "...",
    "currency": "USD",
    "dataJsSdkLibrary": "react-paypal-js",
    "dataSdkIntegrationSource": "react-paypal-js",
    "data-react-paypal-script-id": "react-paypal-js-..."
  },
  "loadingStatus": "resolved",
  "isInitial": false,
  "isPending": false,
  "isResolved": true,
  "isRejected": false
}

😕 Current Behavior

No response

🤔 Expected Behavior

No response

🔬 Minimal Reproduction

No response

🌍 Environment

| Software         | Version(s) |
| ---------------- | ---------- |
| react-paypal-js  |            |
| Browser          |            |
| Operating System |            |

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

➕ Anything else?

No response

nam-truong-le avatar Apr 22 '24 21:04 nam-truong-le