<Payment /> rendering two forms #37
-
The code of the render is as follows... what I meant exactly when I wrote rendering two forms is that inside the element with id paymentBrick_container 2 divs,which are exactly the same and contain all the information to render the payment brick are being created, 2 divs with the class mp-checkout-bricks__payment-form etc... The app is running with https protocol but no SSL has been generated yet. Hope it helps. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello! Good afternoon. Can you please tell us what version of the library you are using? If you are using the most current version, can you please provide us with more details and maybe a sandbox of your code so we can identify the error? |
Beta Was this translation helpful? Give feedback.
-
Here's a video displaying the error on the app's enviroment: |
Beta Was this translation helpful? Give feedback.
Thank you!
Based on the code you shared, what I think might be causing the re-renders is the cicle you created for the preferenceIds, but I cannot be sure.
If you manage to create a sampre reproducing the issue, please share!